waycheck: add pandapip1 to maintainers

This commit is contained in:
Gavin John
2024-09-09 16:25:46 -07:00
parent e39e305b25
commit 453c599b61
+4 -1
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;
};