Unverified Commit 28bcccb5 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

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

rekor: add developer-guy to maintainers list
parents 538cd9e1 004d858d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ let
        homepage = "https://github.com/sigstore/rekor";
        changelog = "https://github.com/sigstore/rekor/releases/tag/v${version}";
        license = licenses.asl20;
        maintainers = with maintainers; [ lesuisse jk ];
        maintainers = with maintainers; [ lesuisse jk developer-guy ];
      };
    };
in {