gnu: python-singledispatch: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-singledispatch)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:21:30 +01:00
parent 414b8d9e49
commit 8680eff30d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6303,7 +6303,7 @@ (define-public python-singledispatch
(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