commit: 143b532b56920d2cc2bb937ea6a642a19fe69f0d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 22:03:39 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 22:08:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143b532b
app-arch/xz-utils: update EGIT_REPO_URI
Per HOMEPAGE & discussion w/ upstream.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/xz-utils/xz-utils-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild
b/app-arch/xz-utils/xz-utils-9999.ebuild
index 53811b5967ca..3bdfdbab57d8 100644
--- a/app-arch/xz-utils/xz-utils-9999.ebuild
+++ b/app-arch/xz-utils/xz-utils-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Remember: we cannot leverage autotools in this ebuild in order
@@ -9,7 +9,7 @@ EAPI=7
inherit libtool multilib multilib-minimal preserve-libs usr-ldscript
if [[ ${PV} == 9999 ]] ; then
- EGIT_REPO_URI="https://git.tukaani.org/xz.git"
+ EGIT_REPO_URI="https://github.com/tukaani-project/xz"
inherit git-r3 autotools
# bug #272880 and bug #286068