diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:11:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-04 20:59:52 +0100 |
commit | b07e73a2bca4a4d19f77f7c4db9582eb4a338bcc (patch) | |
tree | ee15b247305f30e2708913e1b5fe0fcdc079280f | |
parent | 58d4e9498f83e89eefb866abc2e7d60cfb7618c3 (diff) | |
download | guix-b07e73a2bca4a4d19f77f7c4db9582eb4a338bcc.tar.gz guix-b07e73a2bca4a4d19f77f7c4db9582eb4a338bcc.zip |
gnu: python-zope-exceptions: Update home page.
* gnu/packages/python-web.scm (python-zope-exceptions)[home-page]:
Follow (HTTPS) redirection.
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index ac75616657..44f2976ec2 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1021,10 +1021,10 @@ conforming to a given API or contract.") "0zwxaaa66sqxg5k7zcrvs0fbg9ym1njnxnr28dfmchzhwjvwnfzl")))) (build-system python-build-system) (arguments - '(#:tests? #f)) ; circular dependency with zope.testrunner + '(#:tests? #f)) ; circular dependency with zope.testrunner (propagated-inputs `(("python-zope-interface" ,python-zope-interface))) - (home-page "http://cheeseshop.python.org/pypi/zope.exceptions") + (home-page "https://pypi.org/project/zope.exceptions/") (synopsis "Zope exceptions") (description "Zope.exceptions provides general-purpose exception types that have uses outside of the Zope framework.") |