From 0de73583eef67eb7b0af43d4b3ea3429f4a2d215 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Wed, 22 Mar 2023 07:13:46 -0700 Subject: [PATCH] flare-floss: orphan --- pkgs/tools/security/flare-floss/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/flare-floss/default.nix b/pkgs/tools/security/flare-floss/default.nix index 841858517875..e8fc5aeff24c 100644 --- a/pkgs/tools/security/flare-floss/default.nix +++ b/pkgs/tools/security/flare-floss/default.nix @@ -70,6 +70,6 @@ py.pkgs.buildPythonPackage rec { description = "Automatically extract obfuscated strings from malware"; homepage = "https://github.com/mandiant/flare-floss"; license = licenses.asl20; - maintainers = teams.determinatesystems.members; + maintainers = [ ]; }; }