From 594a362b044f6db3d6f8dcdb010ca9055f5d2885 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 16 Mar 2015 07:50:32 +0100 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 @@ (define-public python-pygobject ;; 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.") -- cgit v1.2.3