me
/
guix
Archived
1
0
Fork 0

gnu: python-tables: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-tables)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-03-21 00:59:12 +01:00
parent 02d1fd03ad
commit d7ee58ccd2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -7686,7 +7686,7 @@ printing of sub-tables by specifying a row range.")
`(("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.")