summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-10 01:35:37 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-10 04:46:40 +0100
commit90d5f4963fb1eed17f5df84062ad0b9d595fee98 (patch)
tree0194c1f72d259c3293e8e7af14f4755e547e1fdd
parent783d1d4024c640e10e74ef90489b89f21945c39e (diff)
downloadpatches-90d5f4963fb1eed17f5df84062ad0b9d595fee98.tar
patches-90d5f4963fb1eed17f5df84062ad0b9d595fee98.tar.gz
gnu: python-lxml: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-lxml)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d60c813b94..8d9b265225 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5773,7 +5773,7 @@ the GObject Introspection bindings to libnotify for non-GTK applications.")
(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