diff options
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild b/dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild index 1a400f07f939..0208b8cbb708 100644 --- a/dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild +++ b/dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild @@ -9,8 +9,8 @@ MY_P="${MY_PN}-${PV}" inherit lua toolchain-funcs -DESCRIPTION="A simple interface to the readline and history libraries" -HOMEPAGE="https://pjb.com.au/comp/lua/readline.html" +DESCRIPTION="A binding to libunbound for Lua" +HOMEPAGE="https://www.zash.se/luaunbound.html" SRC_URI="https://code.zash.se/dl/${MY_PN}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" |