aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDrew Hess2011-11-29 14:29:09 -0800
committerCharlie Sharpsteen2011-11-29 16:17:08 -0800
commit33c598f82f0f48a893f95cdf0ec1b8549e37e670 (patch)
tree33327989e7c1814a0f8b5fb224685c9109e98ad2 /Library
parent7149248451ba9c77cedcf3c91078775e8b3bf59b (diff)
downloadhomebrew-33c598f82f0f48a893f95cdf0ec1b8549e37e670.tar.bz2
emacs: use official Savannah git mirror with --use-git-head
Closes #8880. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/emacs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb
index 79507799a..4ea10f2dc 100644
--- a/Library/Formula/emacs.rb
+++ b/Library/Formula/emacs.rb
@@ -11,7 +11,7 @@ class Emacs < Formula
skip_clean ["bin/emacs", "bin/emacs-23.3", "bin/emacs-24.0.50"]
if ARGV.include? "--use-git-head"
- head 'git://repo.or.cz/emacs.git'
+ head 'git://git.sv.gnu.org/emacs.git'
else
head 'bzr://http://bzr.savannah.gnu.org/r/emacs/trunk'
end