me
/
guix
Archived
1
0
Fork 0

gnu: lua5.2-expat: Use HTTPS home page.

* gnu/packages/lua.scm (lua5.2-expat)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-03-21 00:00:24 +01:00
parent de94865859
commit aa033c8e49
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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))))