commit: fe990baff577e107db02715995cb7e2fdf0ded1f Author: Sasha Finkelstein <fnkl.kernel <AT> gmail <DOT> com> AuthorDate: Tue Mar 4 10:39:01 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 10 03:54:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe990baf
sys-apps/asahi-nvram: Update SRC_URI and remote-id Signed-off-by: Sasha Finkelstein <fnkl.kernel <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40879 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/asahi-nvram/asahi-nvram-0.2.1-r1.ebuild | 6 +++--- sys-apps/asahi-nvram/asahi-nvram-0.2.3.ebuild | 6 +++--- sys-apps/asahi-nvram/metadata.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-apps/asahi-nvram/asahi-nvram-0.2.1-r1.ebuild b/sys-apps/asahi-nvram/asahi-nvram-0.2.1-r1.ebuild index e901a4943328..ef72f9d66440 100644 --- a/sys-apps/asahi-nvram/asahi-nvram-0.2.1-r1.ebuild +++ b/sys-apps/asahi-nvram/asahi-nvram-0.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -75,11 +75,11 @@ inherit cargo linux-info COMMIT="6764bf5fbe6371a70604cc58aaa6d6b4473b3adf" MY_P="asahi-nvram-${COMMIT}" DESCRIPTION="Tool to read and write nvram variables on ARM Macs" -HOMEPAGE="https://github.com/WhatAmISupposedToPutHere/asahi-nvram" +HOMEPAGE="https://github.com/AsahiLinux/asahi-nvram" SRC_URI=" ${CARGO_CRATE_URIS} - https://github.com/WhatAmISupposedToPutHere/asahi-nvram/archive/${COMMIT}.tar.gz -> ${P}.tar.gz + https://github.com/AsahiLinux/asahi-nvram/archive/${COMMIT}.tar.gz -> ${P}.tar.gz " S="${WORKDIR}/${MY_P}/asahi-nvram" diff --git a/sys-apps/asahi-nvram/asahi-nvram-0.2.3.ebuild b/sys-apps/asahi-nvram/asahi-nvram-0.2.3.ebuild index e63c14cc9f89..e67999b1455d 100644 --- a/sys-apps/asahi-nvram/asahi-nvram-0.2.3.ebuild +++ b/sys-apps/asahi-nvram/asahi-nvram-0.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -77,11 +77,11 @@ inherit cargo linux-info COMMIT="9b4c2942093204601bb4b0181b3d5e5bdfc2a4a3" MY_P="asahi-nvram-${COMMIT}" DESCRIPTION="Tool to read and write nvram variables on ARM Macs" -HOMEPAGE="https://github.com/WhatAmISupposedToPutHere/asahi-nvram" +HOMEPAGE="https://github.com/AsahiLinux/asahi-nvram" SRC_URI=" ${CARGO_CRATE_URIS} - https://github.com/WhatAmISupposedToPutHere/asahi-nvram/archive/${COMMIT}.tar.gz -> ${P}.tar.gz + https://github.com/AsahiLinux/asahi-nvram/archive/${COMMIT}.tar.gz -> ${P}.tar.gz " S="${WORKDIR}/${MY_P}/asahi-nvram" diff --git a/sys-apps/asahi-nvram/metadata.xml b/sys-apps/asahi-nvram/metadata.xml index c0d4d6d29036..5fe36c9b209a 100644 --- a/sys-apps/asahi-nvram/metadata.xml +++ b/sys-apps/asahi-nvram/metadata.xml @@ -10,6 +10,6 @@ <name>Gentoo Asahi Project</name> </maintainer> <upstream> - <remote-id type="github">WhatAmISupposedToPutHere/asahi-nvram</remote-id> + <remote-id type="github">AsahiLinux/asahi-nvram</remote-id> </upstream> </pkgmetadata>
