diff options
| author | Jack Nagel | 2014-04-26 14:48:32 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-04-26 14:48:32 -0500 | 
| commit | c90739084386b34beddc8215f43303a2dd52517f (patch) | |
| tree | 6eaafdf4f02509a33472561535e746f2e4c9b4e8 /Library/Formula/emacs.rb | |
| parent | b40ef741b89e49f9edb6294fa8e0c7261e15eafe (diff) | |
| download | homebrew-c90739084386b34beddc8215f43303a2dd52517f.tar.bz2 | |
Use githubusercontent domain
Diffstat (limited to 'Library/Formula/emacs.rb')
| -rw-r--r-- | Library/Formula/emacs.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index c90c73a26..477bd4754 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -38,13 +38,13 @@ class Emacs < Formula      # Make native fullscreen mode optional, mostly from upstream r111679      patch do -      url "https://gist.github.com/scotchi/7209145/raw/a571acda1c85e13ed8fe8ab7429dcb6cab52344f/ns-use-native-fullscreen-and-toggle-frame-fullscreen.patch" +      url "https://gist.githubusercontent.com/scotchi/7209145/raw/a571acda1c85e13ed8fe8ab7429dcb6cab52344f/ns-use-native-fullscreen-and-toggle-frame-fullscreen.patch"        sha1 "cb4cc4940efa1a43a5d36ec7b989b90834b7442b"      end      # Fix memory leaks in NS version from upstream r114945      patch do -      url "https://gist.github.com/anonymous/8553178/raw/c0ddb67b6e92da35a815d3465c633e036df1a105/emacs.memory.leak.aka.distnoted.patch.diff" +      url "https://gist.githubusercontent.com/anonymous/8553178/raw/c0ddb67b6e92da35a815d3465c633e036df1a105/emacs.memory.leak.aka.distnoted.patch.diff"        sha1 "173ce253e0d8920e0aa7b1464d5635f6902c98e7"      end  | 
