summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 21:38:40 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-01 20:47:54 +0100
commitefc0a5878a34ffc0cffda6838c1ac8e44f327586 (patch)
treeb2cc4412f89258b0e0258373d7a70a0339ac7cdd /gnu/packages/python-xyz.scm
parent3a066fbe23b329e203f7f6d4f0a1a87f333d237c (diff)
downloadguix-patches-efc0a5878a34ffc0cffda6838c1ac8e44f327586.tar
guix-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/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
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