gnu: python-singledispatch: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-singledispatch)[home-page]: Use HTTPS.master
parent
414b8d9e49
commit
8680eff30d
|
@ -6303,7 +6303,7 @@ It is written entirely in Python.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-six" ,python-six))) ; required for conversion, not at run-time
|
`(("python-six" ,python-six))) ; required for conversion, not at run-time
|
||||||
(home-page
|
(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")
|
(synopsis "Backport of singledispatch feature from Python 3.4")
|
||||||
(description
|
(description
|
||||||
"This library brings functools.singledispatch from Python 3.4 to Python
|
"This library brings functools.singledispatch from Python 3.4 to Python
|
||||||
|
|
Reference in New Issue