summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-portage/unsymlink-lib/metadata.xml4
-rw-r--r--app-portage/unsymlink-lib/unsymlink-lib-20.ebuild6
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"