diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-04 11:11:21 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-04 19:18:51 +0300 |
commit | db0094672141fc830d375f8f3ad514cc68fa2986 (patch) | |
tree | 960fdf18c489ec37b2fab8fde64d4be085c17c25 /dev-libs/confuse | |
parent | app-backup/rdumpfs: update github link (diff) | |
download | gentoo-db0094672141fc830d375f8f3ad514cc68fa2986.tar.gz gentoo-db0094672141fc830d375f8f3ad514cc68fa2986.tar.bz2 gentoo-db0094672141fc830d375f8f3ad514cc68fa2986.zip |
dev-libs/confuse: update github link
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/confuse')
-rw-r--r-- | dev-libs/confuse/confuse-3.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/confuse/confuse-3.3-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/confuse/confuse-3.3.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/confuse/metadata.xml | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-libs/confuse/confuse-3.3-r1.ebuild b/dev-libs/confuse/confuse-3.3-r1.ebuild index d295eaa990b1..164f9d86f456 100644 --- a/dev-libs/confuse/confuse-3.3-r1.ebuild +++ b/dev-libs/confuse/confuse-3.3-r1.ebuild @@ -5,8 +5,8 @@ EAPI=7 inherit multilib-minimal flag-o-matic DESCRIPTION="a configuration file parser library" -HOMEPAGE="https://github.com/martinh/libconfuse" -SRC_URI="https://github.com/martinh/libconfuse/releases/download/v${PV}/${P}.tar.xz" +HOMEPAGE="https://github.com/libconfuse/libconfuse" +SRC_URI="https://github.com/libconfuse/libconfuse/releases/download/v${PV}/${P}.tar.xz" LICENSE="ISC" SLOT="0/2.1.0" diff --git a/dev-libs/confuse/confuse-3.3-r2.ebuild b/dev-libs/confuse/confuse-3.3-r2.ebuild index 8eaa626a37bc..6a45dae70813 100644 --- a/dev-libs/confuse/confuse-3.3-r2.ebuild +++ b/dev-libs/confuse/confuse-3.3-r2.ebuild @@ -5,8 +5,8 @@ EAPI=7 inherit multilib-minimal flag-o-matic DESCRIPTION="a configuration file parser library" -HOMEPAGE="https://github.com/martinh/libconfuse" -SRC_URI="https://github.com/martinh/libconfuse/releases/download/v${PV}/${P}.tar.xz" +HOMEPAGE="https://github.com/libconfuse/libconfuse" +SRC_URI="https://github.com/libconfuse/libconfuse/releases/download/v${PV}/${P}.tar.xz" LICENSE="ISC" SLOT="0/2.1.0" diff --git a/dev-libs/confuse/confuse-3.3.ebuild b/dev-libs/confuse/confuse-3.3.ebuild index 7ae31e88096c..db0ee9ad1df8 100644 --- a/dev-libs/confuse/confuse-3.3.ebuild +++ b/dev-libs/confuse/confuse-3.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit multilib-minimal DESCRIPTION="a configuration file parser library" -HOMEPAGE="https://github.com/martinh/libconfuse" -SRC_URI="https://github.com/martinh/libconfuse/releases/download/v${PV}/${P}.tar.xz" +HOMEPAGE="https://github.com/libconfuse/libconfuse" +SRC_URI="https://github.com/libconfuse/libconfuse/releases/download/v${PV}/${P}.tar.xz" LICENSE="ISC" SLOT="0/2.1.0" diff --git a/dev-libs/confuse/metadata.xml b/dev-libs/confuse/metadata.xml index 419da6b02fbc..10287e70c63f 100644 --- a/dev-libs/confuse/metadata.xml +++ b/dev-libs/confuse/metadata.xml @@ -4,6 +4,6 @@ <!-- maintainer-needed --> <upstream> <remote-id type="cpe">cpe:/a:libconfuse_project:libconfuse</remote-id> - <remote-id type="github">martinh/libconfuse</remote-id> + <remote-id type="github">libconfuse/libconfuse</remote-id> </upstream> </pkgmetadata> |