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
2 changed files with 7 additions and 1 deletions
+6
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";
+1 -1
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 ];
};
}