From 877e8bdd203f265d6a8efe0ab4045754a3f3847f Mon Sep 17 00:00:00 2001 From: Ceres Date: Sun, 18 Jan 2026 00:55:55 +0000 Subject: [PATCH] gui-wm/niri: Change SRC_URI Signed-off-by: Ceres --- gui-wm/niri/niri-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui-wm/niri/niri-9999.ebuild b/gui-wm/niri/niri-9999.ebuild index 8522ac8..a9d4f52 100644 --- a/gui-wm/niri/niri-9999.ebuild +++ b/gui-wm/niri/niri-9999.ebuild @@ -16,11 +16,11 @@ HOMEPAGE="https://github.com/YaLTeR/niri" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/Naxdy/niri.git" + EGIT_REPO_URI="https://github.com/visualglitch91/niri.git" else SRC_URI=" - https://github.com/Naxdy/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/Naxdy/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz + https://github.com/visualglitch91/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/visualglitch91/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz ${CARGO_CRATE_URIS} " KEYWORDS="~amd64"