summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 22:23:35 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-04 20:59:52 +0100
commit58d4e9498f83e89eefb866abc2e7d60cfb7618c3 (patch)
tree7564fb496b15fb1889a4237aae6a70ab650fd9ca
parent7509f34fab174e704b4d4d1e465249076502f27e (diff)
downloadpatches-58d4e9498f83e89eefb866abc2e7d60cfb7618c3.tar
patches-58d4e9498f83e89eefb866abc2e7d60cfb7618c3.tar.gz
gnu: python-pbr: Update home page.
* gnu/packages/python-xyz.scm (python-pbr)[home-page]: Follow (HTTPS) redirection.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 46b99a4ea5..1ea7e3e5e2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1757,7 +1757,7 @@ code introspection, and logging.")
(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.")