forked from mirrors/nixpkgs
flare-floss: add mainProgram
- add myself as maintainer
This commit is contained in:
parent
7a62e75e6c
commit
e19cfdde96
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue