lefthook: add mainProgram name

This commit is contained in:
Josh Toft 2023-08-05 10:31:16 -07:00
parent 2cda04d0c5
commit 2ee1089884

View File

@ -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 ];
};
}