wlr-protocols: add Scrumplex as maintainer

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

+2 -2
+2 -2
pkgs/development/libraries/wlroots/protocols.nix
··· 1 1 { lib, stdenv, fetchFromGitLab, wayland-scanner }: 2 2 3 - stdenv.mkDerivation rec { 3 + stdenv.mkDerivation { 4 4 pname = "wlr-protocols"; 5 5 version = "unstable-2022-09-05"; 6 6 ··· 38 38 homepage = "https://gitlab.freedesktop.org/wlroots/wlr-protocols"; 39 39 license = licenses.mit; # See file headers 40 40 platforms = platforms.linux; 41 - maintainers = with maintainers; [ ]; 41 + maintainers = with maintainers; [ Scrumplex ]; 42 42 }; 43 43 }