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.
This commit is contained in:
Ricardo Wurmus 2015-03-16 07:50:32 +01:00
parent f6f499b37e
commit 594a362b04
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ useful for C++.")
;; test_callback_user_data_middle_single ;; test_callback_user_data_middle_single
;; test_callback_user_data_middle_tuple ;; test_callback_user_data_middle_tuple
'(#:tests? #f)) '(#:tests? #f))
(home-page "https://pypi.python.org/pypi/PyGObject") (home-page "https://live.gnome.org/PyGObject")
(synopsis "Python bindings for GObject") (synopsis "Python bindings for GObject")
(description (description
"Python bindings for GLib, GObject, and GIO.") "Python bindings for GLib, GObject, and GIO.")