envoy-bin: add katexochen as maintainer

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-09-04 16:21:36 +02:00
parent eb5f0daf7f
commit 0476bcbb8d

View File

@@ -65,7 +65,7 @@ stdenv.mkDerivation {
description = "Cloud-native edge and service proxy";
license = lib.licenses.asl20;
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ katexochen ];
mainProgram = "envoy";
platforms = [
"x86_64-linux"