gnu: python-contextlib2: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-contextlib2)[home-page]: Use HTTPS.
This commit is contained in:
parent
02510c6c9a
commit
a0fdade220
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue