diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:34:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 05:06:48 +0100 |
commit | a0fdade220e320e9274832ee3ee4beda72f011cc (patch) | |
tree | 0ebff1851bccb7aeead7bd2b6421503564800710 | |
parent | 02510c6c9a6104665854f445e1e3ed5e2f228881 (diff) | |
download | patches-a0fdade220e320e9274832ee3ee4beda72f011cc.tar patches-a0fdade220e320e9274832ee3ee4beda72f011cc.tar.gz |
gnu: python-contextlib2: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-contextlib2)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0ae8a918aa..f3519b75f6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |