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

add developer-guy to cosign maintainers list
This commit is contained in:
Thomas Gerbet 2023-02-28 00:12:41 +01:00 committed by GitHub
commit a700cfde02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -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";

View file

@ -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 ];
};
}