commit: 7c03559b884cc423f9faedf0b3f5546c126c536c Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Thu Aug 25 19:32:27 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Aug 25 19:34:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c03559b
dev-lua/busted: update homepage, upstream and src_uri Closes: https://bugs.gentoo.org/866521 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-lua/busted/busted-2.0.0-r1.ebuild | 4 ++-- dev-lua/busted/busted-2.1.1.ebuild | 4 ++-- dev-lua/busted/metadata.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-lua/busted/busted-2.0.0-r1.ebuild b/dev-lua/busted/busted-2.0.0-r1.ebuild index 1007ee198d62..4a11ad485569 100644 --- a/dev-lua/busted/busted-2.0.0-r1.ebuild +++ b/dev-lua/busted/busted-2.0.0-r1.ebuild @@ -8,8 +8,8 @@ LUA_COMPAT=( lua5-{1..4} luajit ) inherit lua DESCRIPTION="Elegant Lua unit testing" -HOMEPAGE="http://olivinelabs.com/busted/" -SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://lunarmodules.github.io/busted/" +SRC_URI="https://github.com/lunarmodules/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-lua/busted/busted-2.1.1.ebuild b/dev-lua/busted/busted-2.1.1.ebuild index ec99171efacc..fb73e3cc1c03 100644 --- a/dev-lua/busted/busted-2.1.1.ebuild +++ b/dev-lua/busted/busted-2.1.1.ebuild @@ -8,8 +8,8 @@ LUA_COMPAT=( lua5-{1..4} luajit ) inherit lua DESCRIPTION="Elegant Lua unit testing" -HOMEPAGE="http://olivinelabs.com/busted/" -SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://lunarmodules.github.io/busted/" +SRC_URI="https://github.com/lunarmodules/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-lua/busted/metadata.xml b/dev-lua/busted/metadata.xml index ba5712c8abe5..b540da052ca9 100644 --- a/dev-lua/busted/metadata.xml +++ b/dev-lua/busted/metadata.xml @@ -19,6 +19,6 @@ and unit, integration, and functional tests. </longdescription> <upstream> - <remote-id type="github">Olivine-Labs/busted</remote-id> + <remote-id type="github">lunarmodules/busted</remote-id> </upstream> </pkgmetadata>
