envoy-bin: add katexochen as maintainer

Signed-off-by: Paul Meyer <katexochen0@gmail.com>

+1 -1
+1 -1
pkgs/by-name/en/envoy-bin/package.nix
··· 65 65 description = "Cloud-native edge and service proxy"; 66 66 license = lib.licenses.asl20; 67 67 sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 68 - maintainers = with lib.maintainers; [ ]; 68 + maintainers = with lib.maintainers; [ katexochen ]; 69 69 mainProgram = "envoy"; 70 70 platforms = [ 71 71 "x86_64-linux"