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> <name>Takuya Wakazono</name>
</maintainer> </maintainer>
<upstream> <upstream>
<remote-id type="github">YaLTeR/niri</remote-id> <remote-id type="github">niri-wm/niri</remote-id>
</upstream> </upstream>
</pkgmetadata> </pkgmetadata>

View File

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

View File

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