diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-08-10 16:19:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-08-10 16:20:20 +0200 |
commit | d1a95de18611f0ea8cf66759b032b1ffd97c1898 (patch) | |
tree | 89006561022b37ca263b01014bbbaa1a8ffb0d9a /app-portage/unsymlink-lib | |
parent | app-portage/smart-live-rebuild: Update URLs (diff) | |
download | gentoo-d1a95de18611f0ea8cf66759b032b1ffd97c1898.tar.gz gentoo-d1a95de18611f0ea8cf66759b032b1ffd97c1898.tar.bz2 gentoo-d1a95de18611f0ea8cf66759b032b1ffd97c1898.zip |
app-portage/unsymlink-lib: Update URLs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/unsymlink-lib')
-rw-r--r-- | app-portage/unsymlink-lib/metadata.xml | 4 | ||||
-rw-r--r-- | app-portage/unsymlink-lib/unsymlink-lib-20.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-portage/unsymlink-lib/metadata.xml b/app-portage/unsymlink-lib/metadata.xml index 0ba87dff8fe0..3cccb08d1631 100644 --- a/app-portage/unsymlink-lib/metadata.xml +++ b/app-portage/unsymlink-lib/metadata.xml @@ -6,7 +6,7 @@ <name>Michał Górny</name> </maintainer> <upstream> - <bugs-to>https://github.com/mgorny/unsymlink-lib/issues/</bugs-to> - <remote-id type="github">mgorny/unsymlink-lib</remote-id> + <bugs-to>https://github.com/projg2/unsymlink-lib/issues/</bugs-to> + <remote-id type="github">projg2/unsymlink-lib</remote-id> </upstream> </pkgmetadata> diff --git a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild index 070dd5986d41..30c2eb4c6e4d 100644 --- a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild +++ b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit python-single-r1 DESCRIPTION="Convert your system to SYMLINK_LIB=no" -HOMEPAGE="https://github.com/mgorny/unsymlink-lib" -SRC_URI="https://github.com/mgorny/unsymlink-lib/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/projg2/unsymlink-lib" +SRC_URI="https://github.com/projg2/unsymlink-lib/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" |