From 89fc312cef421d8eb55f75072abd0412760545ea Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sat, 19 Mar 2022 19:44:51 +0100 Subject: dev-lua/lua-unbound: fix HOMEPAGE and DESCRIPTION Signed-off-by: Conrad Kostecki --- dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-lua/lua-unbound') 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}" -- cgit v1.2.3-65-gdbad