From d33fddfbb9ad68d8bdf3ee6af4ffef7ccf2add99 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sun, 3 Apr 2022 11:09:22 +0300 Subject: dev-lua: Update links to repositories migrated to lunarmodules org Closes: https://github.com/gentoo/gentoo/pull/24879 Signed-off-by: Caleb Maclennan Signed-off-by: Conrad Kostecki --- dev-lua/luacheck/luacheck-0.25.0.ebuild | 4 ++-- dev-lua/luacheck/metadata.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-lua/luacheck') diff --git a/dev-lua/luacheck/luacheck-0.25.0.ebuild b/dev-lua/luacheck/luacheck-0.25.0.ebuild index 672738fabba4..8bf057261d25 100644 --- a/dev-lua/luacheck/luacheck-0.25.0.ebuild +++ b/dev-lua/luacheck/luacheck-0.25.0.ebuild @@ -8,8 +8,8 @@ LUA_COMPAT=( lua5-{1..4} luajit ) inherit lua toolchain-funcs DESCRIPTION="A tool for linting and static analysis of Lua code" -HOMEPAGE="https://github.com/luarocks/luacheck" -SRC_URI="https://github.com/luarocks/luacheck/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/lunarmodules/luacheck" +SRC_URI="https://github.com/lunarmodules/luacheck/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-lua/luacheck/metadata.xml b/dev-lua/luacheck/metadata.xml index 3f07ff7de23a..8bc8d9434e33 100644 --- a/dev-lua/luacheck/metadata.xml +++ b/dev-lua/luacheck/metadata.xml @@ -13,7 +13,7 @@ Luacheck itself is written in Lua and runs on all of mentioned Lua versions. - luarocks/luacheck + lunarmodules/luacheck mpeterv/luacheck -- cgit v1.2.3-65-gdbad