diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-19 20:54:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-20 16:36:20 +0200 |
commit | 52773e5cf431e0de709bc3164200df9d443af12f (patch) | |
tree | 030937c7134b35ff55d1e136b87b769c3ad0c812 /gnu/packages/python.scm | |
parent | c85626bb0f614b96074393376bebfb9a0c6d7903 (diff) | |
download | guix-52773e5cf431e0de709bc3164200df9d443af12f.tar.gz guix-52773e5cf431e0de709bc3164200df9d443af12f.zip |
gnu: python-py: Use HTTPS home page.
* gnu/packages/python.scm (python-py)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 730faf4557..b3062598b9 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1765,7 +1765,7 @@ matching them against a list of media-ranges.") ;; Expected '/tmp/guix-build-python-py-1.4.31.drv-0/py-1.4.31/py'. ;; Is this module globally installed?" '(#:tests? #f)) - (home-page "http://pylib.readthedocs.io/") + (home-page "https://pylib.readthedocs.io/") (synopsis "Python library for parsing, I/O, instrospection, and logging") (description "Py is a Python library for file name parsing, .ini file parsing, I/O, |