gui-wm/niri: Change SRC_URI

Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
Ceres 2026-01-18 00:55:55 +00:00
parent 1a441bc074
commit 877e8bdd20
Signed by: ceres-sees-all
GPG key ID: 9814758436430045

View file

@ -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"