niri: update repo owner (#488340)

This commit is contained in:
Nick Cao
2026-02-10 12:56:07 +00:00
committed by GitHub
+4 -4
View File
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
version = "25.11";
src = fetchFromGitHub {
owner = "YaLTeR";
owner = "niri-wm";
repo = "niri";
tag = "v${finalAttrs.version}";
hash = "sha256-FC9eYtSmplgxllCX4/3hJq5J3sXWKLSc7at8ZUxycVw=";
@@ -118,7 +118,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
# Upstream recommends setting the commit hash manually when in a
# build environment where the Git repository is unavailable.
# See https://github.com/YaLTeR/niri/wiki/Packaging-niri#version-string
# See https://github.com/niri-wm/niri/wiki/Packaging-niri#version-string
NIRI_BUILD_COMMIT = "Nixpkgs";
};
@@ -133,8 +133,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Scrollable-tiling Wayland compositor";
homepage = "https://github.com/YaLTeR/niri";
changelog = "https://github.com/YaLTeR/niri/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/niri-wm/niri";
changelog = "https://github.com/niri-wm/niri/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
sodiboo