gnu: python-lxml: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-lxml)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-10 01:35:37 +01:00
parent 783d1d4024
commit 90d5f4963f
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C

View File

@ -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