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-04 13:29:04 +03:00
parent 3fafd45061
commit 004d858df8
+1 -1
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 {