gnu: python-lxml: Use HTTPS home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 10 Jan 2020 00:35:37 +0000 (01:35 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 10 Jan 2020 03:46:40 +0000 (04:46 +0100)
* gnu/packages/python-xyz.scm (python-lxml)[home-page]: Use HTTPS.

gnu/packages/python-xyz.scm

index d60c813..8d9b265 100644 (file)
@@ -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