From e19cfdde967f05eeb23294f6e8f419907d6c75e9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 18 May 2023 18:37:04 +0200 Subject: [PATCH] flare-floss: add mainProgram - add myself as maintainer --- pkgs/tools/security/flare-floss/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/security/flare-floss/default.nix b/pkgs/tools/security/flare-floss/default.nix index 79671e2d79a..283c761680b 100644 --- a/pkgs/tools/security/flare-floss/default.nix +++ b/pkgs/tools/security/flare-floss/default.nix @@ -72,6 +72,7 @@ py.pkgs.buildPythonPackage rec { homepage = "https://github.com/mandiant/flare-floss"; changelog = "https://github.com/mandiant/flare-floss/releases/tag/v${version}"; license = licenses.asl20; - maintainers = [ ]; + mainProgram = "floss"; + maintainers = with maintainers; [ fab ]; }; }