Skip to content

Commit

Permalink
golangci-lint: update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Jul 8, 2020
1 parent 4568f9b commit 27ac962
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/tools/golangci-lint/default.nix
Expand Up @@ -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 ];
};
}

0 comments on commit 27ac962

Please sign in to comment.