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:
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = licenses.mit;
|
||||
mainProgram = "swayidle";
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ rewine ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "swaylock";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ rewine ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ stdenv.mkDerivation {
|
||||
X11 tool xev.
|
||||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ rewine ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "wev";
|
||||
};
|
||||
|
||||
@@ -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" ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user