Archived
1
0
Fork 0

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 @@ code introspection, and logging.")
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f)) `(#: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") (synopsis "Minimal build of python-pbr used for bootstrapping")
(description (description
"Used only for bootstrapping python2-pbr, you should not need this.") "Used only for bootstrapping python2-pbr, you should not need this.")