summary refs log tree commit diff
path: root/pkgs/tools/security/yarGen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/yarGen/default.nix')
-rw-r--r--pkgs/tools/security/yarGen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/yarGen/default.nix b/pkgs/tools/security/yarGen/default.nix
index 8a2d51b8e197d..4003c7e996ec2 100644
--- a/pkgs/tools/security/yarGen/default.nix
+++ b/pkgs/tools/security/yarGen/default.nix
@@ -53,6 +53,6 @@ python3.pkgs.buildPythonApplication rec {
     description = "A generator for YARA rules";
     homepage = "https://github.com/Neo23x0/yarGen";
     license = licenses.bsd3;
-    maintainers = teams.determinatesystems.members;
+    maintainers = [ ];
   };
 }