wlr-protocols: add Scrumplex as maintainer

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-04-28 22:55:31 +02:00
parent 0efb88dd82
commit 73be5103dd
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitLab, wayland-scanner }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "wlr-protocols";
version = "unstable-2022-09-05";
@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.freedesktop.org/wlroots/wlr-protocols";
license = licenses.mit; # See file headers
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ Scrumplex ];
};
}