guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: python-lxml: Use HTTPS home page.


From: guix-commits
Subject: 02/06: gnu: python-lxml: Use HTTPS home page.
Date: Thu, 9 Jan 2020 23:27:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 90d5f4963fb1eed17f5df84062ad0b9d595fee98
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 10 01:35:37 2020 +0100

    gnu: python-lxml: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python-lxml)[home-page]: Use HTTPS.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d60c813..8d9b265 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]