aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pygobject.rb
diff options
context:
space:
mode:
authorJack Nagel2012-09-05 15:56:30 -0500
committerJack Nagel2012-09-05 15:57:45 -0500
commit32e20f84a91c33c65aea29f3d270cd54fcfbbf9e (patch)
tree9d61c6f5bc96e4f6e26e887e4146237264a533e1 /Library/Formula/pygobject.rb
parent11bbe1f51952fa99a62ec05f8ae1ec5f44c5f5f7 (diff)
downloadhomebrew-32e20f84a91c33c65aea29f3d270cd54fcfbbf9e.tar.bz2
Use HTTP for gnome URLs
c.f. #10377. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/pygobject.rb')
-rw-r--r--Library/Formula/pygobject.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pygobject.rb b/Library/Formula/pygobject.rb
index e9f0b38d6..7b1f70320 100644
--- a/Library/Formula/pygobject.rb
+++ b/Library/Formula/pygobject.rb
@@ -1,8 +1,8 @@
require 'formula'
class Pygobject < Formula
- url 'http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-2.28.6.tar.bz2'
homepage 'http://live.gnome.org/PyGObject'
+ url 'http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-2.28.6.tar.bz2'
sha1 '4eda7d2b97f495a2ad7d4cdc234d08ca5408d9d5'
depends_on 'pkg-config' => :build