me
/
guix
Archived
1
0
Fork 0

gnu: python-singledispatch: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-singledispatch)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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