guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: lua5.2-expat: Use HTTPS home page.


From: guix-commits
Subject: 07/08: gnu: lua5.2-expat: Use HTTPS home page.
Date: Sat, 21 Mar 2020 11:23:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aa033c8e493ff4a6868fcf2f3acd424b636b4e6f
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 21 00:00:24 2020 +0100

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

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 45e08e0..181ce76 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -182,7 +182,7 @@ language.")
     (inputs
      `(("lua" ,lua)
        ("expat" ,expat)))
-    (home-page "http://matthewwild.co.uk/projects/luaexpat/";)
+    (home-page "https://matthewwild.co.uk/projects/luaexpat/";)
     (synopsis "SAX XML parser based on the Expat library")
     (description "LuaExpat is a SAX XML parser based on the Expat library.")
     (license (package-license lua-5.1))))



reply via email to

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