emacs: use HTTP for git HEAD
Closes Homebrew/homebrew#11878. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
57b5926732
commit
3950d7d0d6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Emacs < Formula
|
|||
md5 '070c68ad8e3c31fb3cb2414feaf5e6f0'
|
||||
|
||||
if ARGV.include? "--use-git-head"
|
||||
head 'git://git.sv.gnu.org/emacs.git'
|
||||
head 'http://git.sv.gnu.org/r/emacs.git'
|
||||
else
|
||||
head 'bzr://http://bzr.savannah.gnu.org/r/emacs/trunk'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue