diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-08-25 21:32:27 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-08-25 21:34:08 +0200 |
commit | 7c03559b884cc423f9faedf0b3f5546c126c536c (patch) | |
tree | 76452ad813e23f15e86139a9c9d0ff4c53e36e12 /dev-lua/busted | |
parent | dev-python/pytest-toolbox: enable testing with pydantic on py3.11 (diff) | |
download | gentoo-7c03559b884cc423f9faedf0b3f5546c126c536c.tar.gz gentoo-7c03559b884cc423f9faedf0b3f5546c126c536c.tar.bz2 gentoo-7c03559b884cc423f9faedf0b3f5546c126c536c.zip |
dev-lua/busted: update homepage, upstream and src_uri
Closes: https://bugs.gentoo.org/866521
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/busted')
-rw-r--r-- | dev-lua/busted/busted-2.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lua/busted/busted-2.1.1.ebuild | 4 | ||||
-rw-r--r-- | 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> |