commitizen: add meta.mainProgram

This commit is contained in:
Anthony Roussel
2023-09-28 17:14:25 +02:00
committed by Bjørn Forsman
parent d8fda1e045
commit 78ae83aa58
@@ -106,6 +106,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/commitizen-tools/commitizen";
changelog = "https://github.com/commitizen-tools/commitizen/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
mainProgram = "cz";
maintainers = with maintainers; [ lovesegfault anthonyroussel ];
};
}