mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-h5py: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-h5py)[home-page]: Use HTTPS.
This commit is contained in:
parent
3a066fbe23
commit
efc0a5878a
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ (define-public python-h5py
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue