diff options
author | Caleb Maclennan <caleb@alerque.com> | 2022-04-03 11:09:22 +0300 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-04-03 12:42:51 +0200 |
commit | d33fddfbb9ad68d8bdf3ee6af4ffef7ccf2add99 (patch) | |
tree | 98a240d647c103caace95bcbff7626ef204c2cbc /dev-lua/penlight | |
parent | sys-apps/cpuid: mask for other arches (diff) | |
download | gentoo-d33fddfbb9ad68d8bdf3ee6af4ffef7ccf2add99.tar.gz gentoo-d33fddfbb9ad68d8bdf3ee6af4ffef7ccf2add99.tar.bz2 gentoo-d33fddfbb9ad68d8bdf3ee6af4ffef7ccf2add99.zip |
dev-lua: Update links to repositories migrated to lunarmodules org
Closes: https://github.com/gentoo/gentoo/pull/24879
Signed-off-by: Caleb Maclennan <caleb@alerque.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/penlight')
-rw-r--r-- | dev-lua/penlight/metadata.xml | 2 | ||||
-rw-r--r-- | dev-lua/penlight/penlight-1.12.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/penlight/metadata.xml b/dev-lua/penlight/metadata.xml index 3c222244d9b4..1a05f3bf022d 100644 --- a/dev-lua/penlight/metadata.xml +++ b/dev-lua/penlight/metadata.xml @@ -17,6 +17,6 @@ on tables and sequences. </longdescription> <upstream> - <remote-id type="github">Tieske/Penlight</remote-id> + <remote-id type="github">lunarmodules/Penlight</remote-id> </upstream> </pkgmetadata> diff --git a/dev-lua/penlight/penlight-1.12.0.ebuild b/dev-lua/penlight/penlight-1.12.0.ebuild index 965cb7302c5b..b1a4008cf42f 100644 --- a/dev-lua/penlight/penlight-1.12.0.ebuild +++ b/dev-lua/penlight/penlight-1.12.0.ebuild @@ -10,7 +10,7 @@ inherit lua toolchain-funcs DESCRIPTION="Lua utility libraries loosely based on the Python standard libraries" HOMEPAGE="https://github.com/lunarmodules/Penlight" -SRC_URI="https://github.com/Tieske/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/lunarmodules/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT" |