treewide: add rewine as maintainer for some wayland-related packages

These packages were previously maintained by primeos who became inactive
and was removed in #415587, leaving some packages without a maintainer.

I'm taking over maintenance for these packages that I'm interested in:
  - swayidle
  - swaylock
  - wayland-utils
  - wev
  - wlsunset
  - wayland-protocols
This commit is contained in:
rewine
2025-07-22 23:41:37 +05:30
committed by Masum Reza
parent 117ca03ed2
commit e19b462acf
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.mit;
mainProgram = "swayidle";
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ rewine ];
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
mainProgram = "swaylock";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ rewine ];
};
}
+1 -1
View File
@@ -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";
};
}
+1 -1
View File
@@ -47,7 +47,7 @@ stdenv.mkDerivation {
X11 tool xev.
'';
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ rewine ];
platforms = platforms.linux;
mainProgram = "wev";
};
+1 -1
View File
@@ -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";
};
}
@@ -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" ];
};