mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: lua5.2-expat: Use HTTPS home page.
* gnu/packages/lua.scm (lua5.2-expat)[home-page]: Use HTTPS.
This commit is contained in:
@@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user