havoc: add maintainer videl

This commit is contained in:
Thibaut Smith
2025-07-21 17:12:11 +02:00
parent c623ad67be
commit 160a2973ba
+1 -1
View File
@@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
publicDomain
];
mainProgram = "havoc";
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ videl ];
inherit (wayland.meta) platforms;
broken = stdenv.hostPlatform.isDarwin; # fatal error: 'sys/epoll.h' file not found
};