summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 00:22:11 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 20:42:49 +0100
commit8c9b6f3299d8f1219286cb835ad187c418e69585 (patch)
tree729b60d6b52429b95573ada556f5d21f03c4df4c
parent012d2950af36c20189e2c6dfae05eaebba6ad14b (diff)
downloadpatches-8c9b6f3299d8f1219286cb835ad187c418e69585.tar
patches-8c9b6f3299d8f1219286cb835ad187c418e69585.tar.gz
gnu: python2-element-tree: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python2-element-tree)[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 7bb621ac31..f08698532b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1600,7 +1600,7 @@ commands.")
(synopsis "Toolkit for XML processing in Python")
(description
"ElementTree is a Python library supporting lightweight XML processing.")
- (home-page "http://effbot.org/zone/element-index.htm")
+ (home-page "https://effbot.org/zone/element-index.htm")
(license (license:x11-style
"http://docs.python.org/2/license.html"
"Like \"CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2\"."))))