rekor: add developer-guy to maintainers list

Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
This commit is contained in:
Batuhan Apaydın 2023-03-03 22:56:59 +03:00
parent 3fafd45061
commit 004d858df8
No known key found for this signature in database
GPG Key ID: 7D7E90962D9FD507

View File

@ -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 {