mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue