gnu: python2-element-tree: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python2-element-tree)[home-page]: Use HTTPS.
This commit is contained in:
parent
012d2950af
commit
8c9b6f3299
@ -1600,7 +1600,7 @@ commands.")
|
|||||||
(synopsis "Toolkit for XML processing in Python")
|
(synopsis "Toolkit for XML processing in Python")
|
||||||
(description
|
(description
|
||||||
"ElementTree is a Python library supporting lightweight XML processing.")
|
"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
|
(license (license:x11-style
|
||||||
"http://docs.python.org/2/license.html"
|
"http://docs.python.org/2/license.html"
|
||||||
"Like \"CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2\"."))))
|
"Like \"CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2\"."))))
|
||||||
|
Loading…
Reference in New Issue
Block a user