gnu: python-contextlib2: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-contextlib2)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 22:34:35 +01:00
parent 02510c6c9a
commit a0fdade220
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8312,7 +8312,7 @@ (define-public python-contextlib2
(base32
"0j6ad6lwwyc9kv71skj098v5l7x5biyj2hs4lc5x1kcixqcr97sh"))))
(build-system python-build-system)
(home-page "http://contextlib2.readthedocs.org/")
(home-page "https://contextlib2.readthedocs.org/")
(synopsis "Tools for decorators and context managers")
(description "This module is primarily a backport of the Python
3.2 contextlib to earlier Python versions. Like contextlib, it