guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: python-tables: Use HTTPS home page.


From: guix-commits
Subject: 08/10: gnu: python-tables: Use HTTPS home page.
Date: Sat, 21 Mar 2020 15:45:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d7ee58ccd22ffe6f4ccf78a9fcf4f9e3612b131c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 21 00:59:12 2020 +0100

    gnu: python-tables: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python-tables)[home-page]: Use 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 9361d66..c47dac8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7686,7 +7686,7 @@ printing of sub-tables by specifying a row range.")
      `(("hdf5" ,hdf5-1.10)
        ("bzip2" ,bzip2)
        ("zlib" ,zlib)))
-    (home-page "http://www.pytables.org/";)
+    (home-page "https://www.pytables.org/";)
     (synopsis "Hierarchical datasets for Python")
     (description "PyTables is a package for managing hierarchical datasets and
 designed to efficiently cope with extremely large amounts of data.")



reply via email to

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