summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-07-04 09:11:31 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-07-20 12:01:18 +0300
commit39776302b09716b9326a4fded2ce2178ad2c80f6 (patch)
treeb77262f934f7d8dbdded5e9b33aa7c31c17cd09c /dev-lua/mpack
parentnet-misc/electrum: Bump to 4.0.2 (diff)
downloadgentoo-39776302b09716b9326a4fded2ce2178ad2c80f6.tar.gz
gentoo-39776302b09716b9326a4fded2ce2178ad2c80f6.tar.bz2
gentoo-39776302b09716b9326a4fded2ce2178ad2c80f6.zip
dev-lua/mpack: update github link
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lua/mpack')
-rw-r--r--dev-lua/mpack/metadata.xml2
-rw-r--r--dev-lua/mpack/mpack-1.0.4.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lua/mpack/metadata.xml b/dev-lua/mpack/metadata.xml
index ee1dc5909516..efac9884a41f 100644
--- a/dev-lua/mpack/metadata.xml
+++ b/dev-lua/mpack/metadata.xml
@@ -3,6 +3,6 @@
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
- <remote-id type="github">tarruda/libmpack</remote-id>
+ <remote-id type="github">libmpack/libmpack</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-lua/mpack/mpack-1.0.4.ebuild b/dev-lua/mpack/mpack-1.0.4.ebuild
index 06fdd92124c3..314cdc9708b0 100644
--- a/dev-lua/mpack/mpack-1.0.4.ebuild
+++ b/dev-lua/mpack/mpack-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
inherit toolchain-funcs
DESCRIPTION="Lua bindings for libmpack"
-HOMEPAGE="https://github.com/tarruda/libmpack/"
-SRC_URI="https://github.com/tarruda/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/libmpack/libmpack/"
+SRC_URI="https://github.com/libmpack/libmpack/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/libmpack-${PV}/binding/lua"
LICENSE="MIT"