gnu: python-zope-exceptions: Update home page.

* gnu/packages/python-web.scm (python-zope-exceptions)[home-page]:
Follow (HTTPS) redirection.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 22:11:23 +01:00
parent 58d4e9498f
commit b07e73a2bc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1021,10 +1021,10 @@ (define-public python-zope-exceptions
"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.")