1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

waycheck: add pandapip1 to maintainers

(cherry picked from commit 453c599b61)
This commit is contained in:
Gavin John 2024-09-09 16:25:46 -07:00 committed by github-actions[bot]
parent c663e4bad1
commit 7c148375c4

View file

@ -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;
};