guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: python-prettytable: Use HTTPS home page.


From: guix-commits
Subject: 05/09: gnu: python-prettytable: Use HTTPS home page.
Date: Sun, 23 Feb 2020 11:57:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8be58b487c904fb71d61fccbdf9b6ba625f6c2e2
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:23:42 2020 +0100

    gnu: python-prettytable: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python-prettytable)[home-page]: Follow
    permanent redirection using HTTPS.
---
 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 dd6c5a7..84b7095 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7186,7 +7186,7 @@ Unicode-aware.  It is not intended as an end-user tool.")
         (base32
          "0diwsicwmiq2cpzpxri7cyl5fmsvicafw6nfqf6p6p322dji2g45"))))
     (build-system python-build-system)
-    (home-page "http://code.google.com/p/prettytable/";)
+    (home-page "https://code.google.com/archive/p/prettytable/";)
     (synopsis "Display tabular data in an ASCII table format")
     (description
       "A library designed to represent tabular data in visually appealing ASCII



reply via email to

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