golangci-lint: replace inactive maintainers with myself

This commit is contained in:
Sandro Jäckel 2024-05-20 01:35:31 +02:00
parent 3b7d9fa95d
commit 42420dbc06
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -38,6 +38,6 @@ buildGoModule rec {
changelog = "https://github.com/golangci/golangci-lint/blob/v${version}/CHANGELOG.md";
mainProgram = "golangci-lint";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ anpryl manveru mic92 ];
maintainers = with maintainers; [ SuperSandro2000 mic92 ];
};
}