Merge pull request #218651 from developer-guy/feature/new-cosign-maintainer
add developer-guy to cosign maintainers list
This commit is contained in:
commit
a700cfde02
@ -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";
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user