gnu: python-pbr: Update home page.

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

View file

@ -1757,7 +1757,7 @@ (define-public python-pbr-minimal
(build-system python-build-system)
(arguments
`(#:tests? #f))
(home-page "http://docs.openstack.org/developer/pbr/")
(home-page "https://docs.openstack.org/pbr/latest/")
(synopsis "Minimal build of python-pbr used for bootstrapping")
(description
"Used only for bootstrapping python2-pbr, you should not need this.")