me
/
guix
Archived
1
0
Fork 0

gnu: python2-element-tree: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python2-element-tree)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-03-21 00:22:11 +01:00
parent 012d2950af
commit 8c9b6f3299
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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\"."))))