diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:21:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-22 23:51:54 +0100 |
commit | 8680eff30d6b41993dde8e5c03ec184475889820 (patch) | |
tree | 9d1e10983ee546d7047d0ffee765050dbce58a87 /gnu | |
parent | 414b8d9e499470dcfaadb518d36529a1627c2a72 (diff) | |
download | guix-8680eff30d6b41993dde8e5c03ec184475889820.tar.gz |
gnu: python-singledispatch: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-singledispatch)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-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 4e13c7e367..dd6c5a7507 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6303,7 +6303,7 @@ It is written entirely in Python.") (native-inputs `(("python-six" ,python-six))) ; required for conversion, not at run-time (home-page - "http://docs.python.org/3/library/functools.html#functools.singledispatch") + "https://docs.python.org/3/library/functools.html#functools.singledispatch") (synopsis "Backport of singledispatch feature from Python 3.4") (description "This library brings functools.singledispatch from Python 3.4 to Python |