Unverified Commit ae31904f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

niri: update repo owner (#488340)

parents e9d43c46 f32582e1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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