golangci-lint: add meta.mainProgram

This commit is contained in:
Sandro Jäckel 2024-02-12 11:30:03 +01:00
parent 117a84da42
commit af4f3c8cf6
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -36,6 +36,7 @@ buildGoModule rec {
description = "Fast linters Runner for Go";
homepage = "https://golangci-lint.run/";
changelog = "https://github.com/golangci/golangci-lint/blob/v${version}/CHANGELOG.md";
mainProgram = "golangci-lint";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ anpryl manveru mic92 ];
};