commit: 89fc312cef421d8eb55f75072abd0412760545ea
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 18:44:51 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 18:44:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fc312c
dev-lua/lua-unbound: fix HOMEPAGE and DESCRIPTION
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild | 4 ++--
1 file 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}"