frida-tools: add eyjhb as maintainer

This commit is contained in:
eyjhb
2026-06-09 12:44:03 +02:00
parent 87987928a0
commit d0aef1b230
+4 -1
View File
@@ -35,7 +35,10 @@ python3Packages.buildPythonApplication (finalAttrs: {
meta = {
description = "Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers (client tools)";
homepage = "https://www.frida.re/";
maintainers = with lib.maintainers; [ s1341 ];
maintainers = with lib.maintainers; [
s1341
eyjhb
];
license = with lib.licenses; [
lgpl2Plus
wxWindowsException31