diff options
Diffstat (limited to 'Library/Formula/emacs.rb')
| -rw-r--r-- | Library/Formula/emacs.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 4ea10f2dc..edc638a23 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -2,6 +2,7 @@ require 'formula' class Emacs < Formula url 'http://ftpmirror.gnu.org/emacs/emacs-23.3b.tar.bz2' + mirror 'http://ftp.gnu.org/gnu/emacs/emacs-23.3b.tar.bz2' md5 '917ce0054ef63773078a6e99b55df1ee' homepage 'http://www.gnu.org/software/emacs/' |
