summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-03-19 19:44:51 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-03-19 19:44:51 +0100
commit89fc312cef421d8eb55f75072abd0412760545ea (patch)
tree8b02bedc63b86025b3bab4afb80d8413b91d8176 /dev-lua/lua-unbound
parentsys-apps/edid-decode: add 0_pre20220319 (diff)
downloadgentoo-89fc312cef421d8eb55f75072abd0412760545ea.tar.gz
gentoo-89fc312cef421d8eb55f75072abd0412760545ea.tar.bz2
gentoo-89fc312cef421d8eb55f75072abd0412760545ea.zip
dev-lua/lua-unbound: fix HOMEPAGE and DESCRIPTION
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/lua-unbound')
-rw-r--r--dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild4
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}"