mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
golangci-lint: add meta.mainProgram
This commit is contained in:
parent
117a84da42
commit
af4f3c8cf6
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user