gnu: python-pbr: Update home page.
* gnu/packages/python-xyz.scm (python-pbr)[home-page]: Follow (HTTPS) redirection.
This commit is contained in:
parent
7509f34fab
commit
58d4e9498f
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||||
|
|
Reference in a new issue