diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2015-03-16 07:50:32 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2015-03-20 22:51:25 +0100 |
commit | 594a362b044f6db3d6f8dcdb010ca9055f5d2885 (patch) | |
tree | e1c58d9ae2a6aadcfae14bc8d357f1eeea4c6737 /gnu/packages | |
parent | f6f499b37e6d0a24513aa116dd0720f5db31dbab (diff) | |
download | gnu-guix-594a362b044f6db3d6f8dcdb010ca9055f5d2885.tar gnu-guix-594a362b044f6db3d6f8dcdb010ca9055f5d2885.tar.gz |
gnu: python-pygobject: use home page of 3.x series.
* gnu/packages/glib.scm (python-pygobject)[home-page]: Use home page of the
3.x series of the pygobject bindings instead of the home page for the 2.x
bindings.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/glib.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index a2f3cbca9d..e0ac7186a7 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -514,7 +514,7 @@ useful for C++.") ;; test_callback_user_data_middle_single ;; test_callback_user_data_middle_tuple '(#:tests? #f)) - (home-page "https://pypi.python.org/pypi/PyGObject") + (home-page "https://live.gnome.org/PyGObject") (synopsis "Python bindings for GObject") (description "Python bindings for GLib, GObject, and GIO.") |