Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/by-name/sw/swayidle/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.mit;
mainProgram = "swayidle";
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ rewine ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/sw/swaylock/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
mainProgram = "swaylock";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ rewine ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/wa/wayland-utils/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.freedesktop.org/wayland/wayland-utils";
license = licenses.mit; # Expat version
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ rewine ];
mainProgram = "wayland-info";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/we/wev/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stdenv.mkDerivation {
X11 tool xev.
'';
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ rewine ];
platforms = platforms.linux;
mainProgram = "wev";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/wl/wlsunset/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
changelog = "https://git.sr.ht/~kennylevinsen/wlsunset/refs/${version}";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ rewine ];
mainProgram = "wlsunset";
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/wayland/protocols.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://gitlab.freedesktop.org/wayland/wayland-protocols";
license = lib.licenses.mit; # Expat version
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ rewine ];
pkgConfigModules = [ "wayland-protocols" ];
};

Expand Down
Loading