gnu: python2-enum: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python2-enum)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 19:37:51 +01:00
parent eef6623e4c
commit a1b867e4fa
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1393,7 +1393,7 @@ (define-public python2-enum
(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