Unverified Commit a700cfde authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

Merge pull request #218651 from developer-guy/feature/new-cosign-maintainer

add developer-guy to cosign maintainers list
parents be55739e 000960c3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3663,6 +3663,12 @@
    github = "Dettorer";
    githubId = 2761682;
  };
  developer-guy = {
    name = "Batuhan Apaydın";
    email = "developerguyn@gmail.com";
    github = "developer-guy";
    githubId = 16693043;
  };
  devhell = {
    email = ''"^"@regexmail.net'';
    github = "devhell";
+1 −1
Original line number Diff line number Diff line
@@ -72,6 +72,6 @@ buildGoModule rec {
    changelog = "https://github.com/sigstore/cosign/releases/tag/v${version}";
    description = "Container Signing CLI with support for ephemeral keys and Sigstore signing";
    license = licenses.asl20;
    maintainers = with maintainers; [ lesuisse jk ];
    maintainers = with maintainers; [ lesuisse jk developer-guy ];
  };
}