diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/emacs.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index edc638a23..856a34aeb 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -22,7 +22,7 @@ class Emacs < Formula ["--cocoa", "Build a Cocoa version of emacs"], ["--srgb", "Enable sRGB colors in the Cocoa version of emacs"], ["--with-x", "Include X11 support"], - ["--use-git-head", "Use repo.or.cz git mirror for HEAD builds"], + ["--use-git-head", "Use Savannah git mirror for HEAD builds"], ] end @@ -122,10 +122,10 @@ class Emacs < Formula brew install emacs --HEAD --use-git-head There is inevitably some lag between checkins made to the official Emacs bazaar - repository and their appearance on the repo.or.cz mirror. See - http://repo.or.cz/w/emacs.git for the mirror's status. The Emacs devs do not - provide support for the git mirror, and they might reject bug reports filed - with git version information. Use it at your own risk. + repository and their appearance on the Savannah mirror. See + http://git.savannah.gnu.org/cgit/emacs.git for the mirror's status. The Emacs + devs do not provide support for the git mirror, and they might reject bug + reports filed with git version information. Use it at your own risk. EOS return s |
