diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:59:12 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 20:42:51 +0100 |
commit | d7ee58ccd22ffe6f4ccf78a9fcf4f9e3612b131c (patch) | |
tree | 203b7b2644d2b3fb628f88d63c6190e2cb83d705 /gnu | |
parent | 02d1fd03ad476c1f37a2a4b8ff55426ed25059f2 (diff) | |
download | patches-d7ee58ccd22ffe6f4ccf78a9fcf4f9e3612b131c.tar patches-d7ee58ccd22ffe6f4ccf78a9fcf4f9e3612b131c.tar.gz |
gnu: python-tables: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-tables)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9361d6664a..c47dac8245 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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.") |