mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-tables: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-tables)[home-page]: Use HTTPS.
This commit is contained in:
parent
02d1fd03ad
commit
d7ee58ccd2
1 changed files with 1 additions and 1 deletions
|
@ -7686,7 +7686,7 @@ (define-public python-tables
|
|||
`(("hdf5" ,hdf5-1.10)
|
||||
("bzip2" ,bzip2)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "http://www.pytables.org/")
|
||||
(home-page "https://www.pytables.org/")
|
||||
(synopsis "Hierarchical datasets for Python")
|
||||
(description "PyTables is a package for managing hierarchical datasets and
|
||||
designed to efficiently cope with extremely large amounts of data.")
|
||||
|
|
Loading…
Reference in a new issue