gnu: python2-enum: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python2-enum)[home-page]: Use HTTPS.master
parent
eef6623e4c
commit
a1b867e4fa
|
@ -1393,7 +1393,7 @@ bug tracker.")
|
|||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#: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")
|
||||
(description
|
||||
"This provides a module for robust enumerations in Python. It has
|
||||
|
|
Reference in New Issue