Merge pull request #247360 from seryl/add-lefthook-mainprogram

lefthook: add mainProgram name
This commit is contained in:
Pol Dellaiera
2023-08-05 22:59:56 +02:00
committed by GitHub
@@ -38,6 +38,7 @@ buildGoModule rec {
homepage = "https://github.com/evilmartians/lefthook";
changelog = "https://github.com/evilmartians/lefthook/raw/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
mainProgram = "lefthook";
maintainers = with lib.maintainers; [ AndersonTorres ];
};
}