mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
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 New Issue
Block a user