3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-h5py: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-h5py)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:38:40 +01:00
parent 3a066fbe23
commit efc0a5878a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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