mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue