summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 19:37:51 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-16 22:46:39 +0100
commita1b867e4fabe583bb8274aedb2e52060830b5b38 (patch)
treed79b87afc26a9db8125d1abca6d11d163f0fba05
parenteef6623e4c694f4c2c71c91cb10a0bb575796cad (diff)
downloadpatches-a1b867e4fabe583bb8274aedb2e52060830b5b38.tar
patches-a1b867e4fabe583bb8274aedb2e52060830b5b38.tar.gz
gnu: python2-enum: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python2-enum)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fa38e47138..bbcf936c4c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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