diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:00:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 16:20:12 +0100 |
commit | aa033c8e493ff4a6868fcf2f3acd424b636b4e6f (patch) | |
tree | 2220392be1ca3474c89e70078baabd7e6721942d /gnu/packages/lua.scm | |
parent | de94865859eaca2dd2b8997e4ca11f26b0d78354 (diff) | |
download | guix-aa033c8e493ff4a6868fcf2f3acd424b636b4e6f.tar guix-aa033c8e493ff4a6868fcf2f3acd424b636b4e6f.tar.gz |
gnu: lua5.2-expat: Use HTTPS home page.
* gnu/packages/lua.scm (lua5.2-expat)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/lua.scm')
-rw-r--r-- | gnu/packages/lua.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 45e08e066a..181ce76559 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)))) |