mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
waycheck: add pandapip1 to maintainers
(cherry picked from commit 453c599b61
)
This commit is contained in:
parent
c663e4bad1
commit
7c148375c4
@ -56,7 +56,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Simple GUI that displays the protocols implemented by a Wayland compositor";
|
||||
homepage = "https://gitlab.freedesktop.org/serebit/waycheck";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ julienmalka ];
|
||||
maintainers = with lib.maintainers; [
|
||||
julienmalka
|
||||
pandapip1
|
||||
];
|
||||
mainProgram = "waycheck";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user