golangci-lint: update meta
This commit is contained in:
parent
4568f9bfb1
commit
27ac9620c6
@ -26,10 +26,9 @@ buildGoModule rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Linters Runner for Go. 5x faster than gometalinter. Nice colored output.";
|
description = "Fast linters Runner for Go";
|
||||||
homepage = "https://golangci.com/";
|
homepage = "https://golangci-lint.run/";
|
||||||
license = licenses.agpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.unix;
|
|
||||||
maintainers = with maintainers; [ anpryl manveru ];
|
maintainers = with maintainers; [ anpryl manveru ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user