gnu: python-lxml: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-lxml)[home-page]: Use HTTPS.
This commit is contained in:
parent
783d1d4024
commit
90d5f4963f
@ -5773,7 +5773,7 @@ (define-public python-lxml
|
||||
(inputs
|
||||
`(("libxml2" ,libxml2)
|
||||
("libxslt" ,libxslt)))
|
||||
(home-page "http://lxml.de/")
|
||||
(home-page "https://lxml.de/")
|
||||
(synopsis "Python XML processing library")
|
||||
(description
|
||||
"The lxml XML toolkit is a Pythonic binding for the C libraries
|
||||
|
Loading…
Reference in New Issue
Block a user