gnu: python-apipkg: Update home page.

* gnu/packages/python.scm (python-apipkg)[home-page]: Update.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-28 15:15:29 +02:00
parent e29bb27d88
commit f882d7c7c5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7378,7 +7378,7 @@ (define-public python-apipkg
(description "With apipkg you can control the exported namespace of a Python (description "With apipkg you can control the exported namespace of a Python
package and greatly reduce the number of imports for your users. It is a small package and greatly reduce the number of imports for your users. It is a small
pure Python module that works on virtually all Python versions.") pure Python module that works on virtually all Python versions.")
(home-page "https://bitbucket.org/hpk42/apipkg") (home-page "https://github.com/pytest-dev/apipkg")
(license license:expat))) (license license:expat)))
(define-public python2-apipkg (define-public python2-apipkg