go-errorlint: Add myself as maintainer
This commit is contained in:
@@ -29,7 +29,10 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/polyfloyd/go-errorlint";
|
||||
changelog = "https://github.com/polyfloyd/go-errorlint/blob/${src.rev}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ meain ];
|
||||
maintainers = with maintainers; [
|
||||
meain
|
||||
polyfloyd
|
||||
];
|
||||
mainProgram = "go-errorlint";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user