Commit 000960c3 authored by Batuhan Apaydın's avatar Batuhan Apaydın Committed by Thomas Gerbet
Browse files

cosign: add developer-guy to the maintainers

parent f2a1f0cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}