nckx pushed a commit to branch master
in repository guix.

commit 58d4e9498f83e89eefb866abc2e7d60cfb7618c3
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 18 22:23:35 2020 +0100

    gnu: python-pbr: Update home page.
    
    * gnu/packages/python-xyz.scm (python-pbr)[home-page]: Follow (HTTPS)
    redirection.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 46b99a4..1ea7e3e 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.")

Reply via email to