lol

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

add developer-guy to cosign maintainers list

authored by

Thomas Gerbet and committed by
GitHub
a700cfde be55739e

+7 -1
+6
maintainers/maintainer-list.nix
··· 3663 3663 github = "Dettorer"; 3664 3664 githubId = 2761682; 3665 3665 }; 3666 + developer-guy = { 3667 + name = "Batuhan Apaydın"; 3668 + email = "developerguyn@gmail.com"; 3669 + github = "developer-guy"; 3670 + githubId = 16693043; 3671 + }; 3666 3672 devhell = { 3667 3673 email = ''"^"@regexmail.net''; 3668 3674 github = "devhell";
+1 -1
pkgs/tools/security/cosign/default.nix
··· 72 72 changelog = "https://github.com/sigstore/cosign/releases/tag/v${version}"; 73 73 description = "Container Signing CLI with support for ephemeral keys and Sigstore signing"; 74 74 license = licenses.asl20; 75 - maintainers = with maintainers; [ lesuisse jk ]; 75 + maintainers = with maintainers; [ lesuisse jk developer-guy ]; 76 76 }; 77 77 }