3
0
Fork 0
forked from mirrors/nixpkgs

sigma-cli: add meta.mainProgram

This commit is contained in:
Malo Bourgon 2022-05-02 11:28:30 -07:00
parent b521c51c83
commit 3a8257c77b

View file

@ -48,5 +48,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/SigmaHQ/sigma-cli";
license = with licenses; [ lgpl21Plus ];
maintainers = with maintainers; [ fab ];
mainProgram = "sigma";
};
}