goreleaser: add caarlos0 to maintainers list

Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
This commit is contained in:
Batuhan Apaydın 2023-03-07 20:56:20 +03:00
parent a2393d3647
commit acf1389e2f
No known key found for this signature in database
GPG Key ID: 7D7E90962D9FD507
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 caarlos0 ];
license = licenses.mit;
};
}