mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
wlr-protocols: add Scrumplex as maintainer
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
0efb88dd82
commit
73be5103dd
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user