diff options
| author | Jack Nagel | 2014-05-13 16:46:47 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-13 16:46:47 -0500 | 
| commit | 7e268207aa5ddbba8838493266e14d39c8ba40a1 (patch) | |
| tree | ce48d04bebb9d5ef3578bf7e9776eb78cf70025d | |
| parent | 261fe390faa5ed0ccf0aafe64fed561b44f65e57 (diff) | |
| download | homebrew-7e268207aa5ddbba8838493266e14d39c8ba40a1.tar.bz2 | |
libgee: prefer ftp.gnome.org
| -rw-r--r-- | Library/Formula/libgee.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libgee.rb b/Library/Formula/libgee.rb index 5d94a11d8..0b171e108 100644 --- a/Library/Formula/libgee.rb +++ b/Library/Formula/libgee.rb @@ -2,7 +2,7 @@ require "formula"  class Libgee < Formula    homepage "https://wiki.gnome.org/Projects/Libgee" -  url "https://download.gnome.org/sources/libgee/0.14/libgee-0.14.0.tar.xz" +  url "http://ftp.gnome.org/pub/GNOME/sources/libgee/0.14/libgee-0.14.0.tar.xz"    sha1 "ca6531c8ba45cc865f2ce7b93a8b3f96e1c1505e"    depends_on "pkg-config" => :build  | 
