mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
de94865859
commit
aa033c8e49
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ language.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("lua" ,lua)
|
`(("lua" ,lua)
|
||||||
("expat" ,expat)))
|
("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")
|
(synopsis "SAX XML parser based on the Expat library")
|
||||||
(description "LuaExpat is a 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))))
|
(license (package-license lua-5.1))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue