guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/14: gnu: python-pbr: Update home page.


From: guix-commits
Subject: 03/14: gnu: python-pbr: Update home page.
Date: Wed, 4 Mar 2020 15:05:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 58d4e9498f83e89eefb866abc2e7d60cfb7618c3
Author: Tobias Geerinckx-Rice <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]