mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1600,7 +1600,7 @@ (define-public python2-element-tree
|
|||
(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\"."))))
|
||||
|
|
Loading…
Reference in a new issue