golangci-lint: update meta

This commit is contained in:
Mario Rodas 2020-07-08 04:22:00 -05:00
parent 4568f9bfb1
commit 27ac9620c6

View File

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