From 6a2917cc10946a2f7116f95c2f2cb607bce02a5b Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Wed, 22 Mar 2023 07:14:19 -0700 Subject: [PATCH] yarGen: orphan --- pkgs/tools/security/yarGen/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/yarGen/default.nix b/pkgs/tools/security/yarGen/default.nix index 8a2d51b8e19..4003c7e996e 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 = [ ]; }; }