gui-wm/niri: update upstream url

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2026-02-27 01:43:49 +09:00
parent 6fbf6f365e
commit 3048e9e8e5
3 changed files with 9 additions and 9 deletions

View File

@@ -6,6 +6,6 @@
<name>Takuya Wakazono</name>
</maintainer>
<upstream>
<remote-id type="github">YaLTeR/niri</remote-id>
<remote-id type="github">niri-wm/niri</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -12,15 +12,15 @@ RUST_MIN_VER="1.82.0"
inherit cargo llvm-r2 optfeature shell-completion systemd
DESCRIPTION="Scrollable-tiling Wayland compositor"
HOMEPAGE="https://github.com/YaLTeR/niri"
HOMEPAGE="https://github.com/niri-wm/niri"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/YaLTeR/niri.git"
EGIT_REPO_URI="https://github.com/niri-wm/niri.git"
else
SRC_URI="
https://github.com/YaLTeR/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/YaLTeR/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
https://github.com/niri-wm/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/niri-wm/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
${CARGO_CRATE_URIS}
"
KEYWORDS="~amd64"

View File

@@ -12,15 +12,15 @@ RUST_MIN_VER="1.82.0"
inherit cargo llvm-r2 optfeature shell-completion systemd
DESCRIPTION="Scrollable-tiling Wayland compositor"
HOMEPAGE="https://github.com/YaLTeR/niri"
HOMEPAGE="https://github.com/niri-wm/niri"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/YaLTeR/niri.git"
EGIT_REPO_URI="https://github.com/niri-wm/niri.git"
else
SRC_URI="
https://github.com/YaLTeR/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/YaLTeR/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
https://github.com/niri-wm/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/niri-wm/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
${CARGO_CRATE_URIS}
"
KEYWORDS="~amd64"