diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-10 01:35:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-10 04:46:40 +0100 |
commit | 90d5f4963fb1eed17f5df84062ad0b9d595fee98 (patch) | |
tree | 0194c1f72d259c3293e8e7af14f4755e547e1fdd | |
parent | 783d1d4024c640e10e74ef90489b89f21945c39e (diff) |
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.scm | 2 |
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 |