diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:38:40 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-01 20:47:54 +0100 |
commit | efc0a5878a34ffc0cffda6838c1ac8e44f327586 (patch) | |
tree | b2cc4412f89258b0e0258373d7a70a0339ac7cdd /gnu | |
parent | 3a066fbe23b329e203f7f6d4f0a1a87f333d237c (diff) | |
download | patches-efc0a5878a34ffc0cffda6838c1ac8e44f327586.tar patches-efc0a5878a34ffc0cffda6838c1ac8e44f327586.tar.gz |
gnu: python-h5py: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-h5py)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a6873bccdc..55c0e1a568 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 |