diff --git a/gui-wm/niri/metadata.xml b/gui-wm/niri/metadata.xml
index f2b3d855af..e1c914b243 100644
--- a/gui-wm/niri/metadata.xml
+++ b/gui-wm/niri/metadata.xml
@@ -6,6 +6,6 @@
Takuya Wakazono
- YaLTeR/niri
+ niri-wm/niri
diff --git a/gui-wm/niri/niri-25.11-r1.ebuild b/gui-wm/niri/niri-25.11-r1.ebuild
index 3e451e8fb5..8033f22ad3 100644
--- a/gui-wm/niri/niri-25.11-r1.ebuild
+++ b/gui-wm/niri/niri-25.11-r1.ebuild
@@ -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"
diff --git a/gui-wm/niri/niri-9999.ebuild b/gui-wm/niri/niri-9999.ebuild
index 3e451e8fb5..8033f22ad3 100644
--- a/gui-wm/niri/niri-9999.ebuild
+++ b/gui-wm/niri/niri-9999.ebuild
@@ -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"