cosign: add developer-guy to the maintainers

This commit is contained in:
Batuhan Apaydın 2023-02-27 23:25:33 +01:00 committed by Thomas Gerbet
parent f2a1f0cf82
commit 000960c351

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