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; {
description = "Linters Runner for Go. 5x faster than gometalinter. Nice colored output.";
homepage = "https://golangci.com/";
license = licenses.agpl3;
platforms = platforms.unix;
description = "Fast linters Runner for Go";
homepage = "https://golangci-lint.run/";
license = licenses.gpl3;
maintainers = with maintainers; [ anpryl manveru ];
};
}