1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 01:00:30 +02:00

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

View File

@@ -8312,7 +8312,7 @@ be set via config files and/or environment variables.")
(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