mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-singledispatch: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-singledispatch)[home-page]: Use HTTPS.
This commit is contained in:
parent
414b8d9e49
commit
8680eff30d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue