mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: python2-enum: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python2-enum)[home-page]: Use HTTPS.
This commit is contained in:
parent
eef6623e4c
commit
a1b867e4fa
1 changed files with 1 additions and 1 deletions
|
@ -1393,7 +1393,7 @@ (define-public python2-enum
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2))
|
`(#:python ,python-2))
|
||||||
(home-page "http://pypi.python.org/pypi/enum/")
|
(home-page "https://pypi.python.org/pypi/enum/")
|
||||||
(synopsis "Robust enumerated type support in Python")
|
(synopsis "Robust enumerated type support in Python")
|
||||||
(description
|
(description
|
||||||
"This provides a module for robust enumerations in Python. It has
|
"This provides a module for robust enumerations in Python. It has
|
||||||
|
|
Loading…
Reference in a new issue