Unverified Commit 004d858d authored by Batuhan Apaydın's avatar Batuhan Apaydın
Browse files

rekor: add developer-guy to maintainers list

parent 3fafd450
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 {