Unverified Commit 7d2b144f authored by Artturi's avatar Artturi Committed by GitHub
Browse files

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

parents 99de63aa a76b5ced
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}