Merge pull request #219949 from developer-guy/feature/goreleaser-add-developer-guy-to-maintainers

This commit is contained in:
Artturi 2023-03-07 21:02:39 +02:00 committed by GitHub
commit 7d2b144f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -2285,6 +2285,12 @@
githubId = 15320726;
name = "Car Cdr";
};
caarlos0 = {
name = "Carlos A Becker";
email = "carlos@becker.software";
github = "caarlos0";
githubId = 245435;
};
cab404 = {
email = "cab404@mailbox.org";
github = "cab404";

View File

@ -26,7 +26,7 @@ buildGoModule rec {
meta = with lib; {
description = "Deliver Go binaries as fast and easily as possible";
homepage = "https://goreleaser.com";
maintainers = with maintainers; [ c0deaddict endocrimes sarcasticadmin techknowlogick ];
maintainers = with maintainers; [ c0deaddict endocrimes sarcasticadmin techknowlogick developer-guy caarlos0 ];
license = licenses.mit;
};
}