rekado pushed a commit to branch master
in repository guix.

commit 594a362b044f6db3d6f8dcdb010ca9055f5d2885
Author: Ricardo Wurmus <rek...@elephly.net>
Date:   Mon Mar 16 07:50:32 2015 +0100

    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.
---
 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 a2f3cbc..e0ac718 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.")

Reply via email to