mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ bug tracker.")
|
||||||
(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…
Add table
Add a link
Reference in a new issue