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

authored by rewine and committed by Masum Reza e19b462a 117ca03e

+6 -6
+1 -1
pkgs/by-name/sw/swayidle/package.nix
··· 58 58 ''; 59 59 license = licenses.mit; 60 60 mainProgram = "swayidle"; 61 - maintainers = with maintainers; [ ]; 61 + maintainers = with maintainers; [ rewine ]; 62 62 platforms = platforms.linux; 63 63 }; 64 64 }
+1 -1
pkgs/by-name/sw/swaylock/package.nix
··· 66 66 mainProgram = "swaylock"; 67 67 license = licenses.mit; 68 68 platforms = platforms.linux; 69 - maintainers = with maintainers; [ ]; 69 + maintainers = with maintainers; [ rewine ]; 70 70 }; 71 71 }
+1 -1
pkgs/by-name/wa/wayland-utils/package.nix
··· 44 44 homepage = "https://gitlab.freedesktop.org/wayland/wayland-utils"; 45 45 license = licenses.mit; # Expat version 46 46 platforms = platforms.linux; 47 - maintainers = with maintainers; [ ]; 47 + maintainers = with maintainers; [ rewine ]; 48 48 mainProgram = "wayland-info"; 49 49 }; 50 50 }
+1 -1
pkgs/by-name/we/wev/package.nix
··· 47 47 X11 tool xev. 48 48 ''; 49 49 license = licenses.mit; 50 - maintainers = with maintainers; [ ]; 50 + maintainers = with maintainers; [ rewine ]; 51 51 platforms = platforms.linux; 52 52 mainProgram = "wev"; 53 53 };
+1 -1
pkgs/by-name/wl/wlsunset/package.nix
··· 48 48 changelog = "https://git.sr.ht/~kennylevinsen/wlsunset/refs/${version}"; 49 49 license = lib.licenses.mit; 50 50 platforms = lib.platforms.linux; 51 - maintainers = with lib.maintainers; [ ]; 51 + maintainers = with lib.maintainers; [ rewine ]; 52 52 mainProgram = "wlsunset"; 53 53 }; 54 54 }
+1 -1
pkgs/development/libraries/wayland/protocols.nix
··· 59 59 homepage = "https://gitlab.freedesktop.org/wayland/wayland-protocols"; 60 60 license = lib.licenses.mit; # Expat version 61 61 platforms = lib.platforms.all; 62 - maintainers = with lib.maintainers; [ ]; 62 + maintainers = with lib.maintainers; [ rewine ]; 63 63 pkgConfigModules = [ "wayland-protocols" ]; 64 64 }; 65 65