guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: python-h5py: Use HTTPS home page.


From: guix-commits
Subject: 03/09: gnu: python-h5py: Use HTTPS home page.
Date: Sun, 1 Mar 2020 14:54:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit efc0a5878a34ffc0cffda6838c1ac8e44f327586
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:38:40 2020 +0100

    gnu: python-h5py: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python-h5py)[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 a6873bc..55c0e1a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -508,7 +508,7 @@ NetCDF files can also be read and modified.  Python-HDF4 is 
a fork of
     (native-inputs
      `(("python-cython" ,python-cython)
        ("python-pkgconfig" ,python-pkgconfig)))
-    (home-page "http://www.h5py.org/";)
+    (home-page "https://www.h5py.org/";)
     (synopsis "Read and write HDF5 files from Python")
     (description
      "The h5py package provides both a high- and low-level interface to the



reply via email to

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