mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
envoy-bin: add katexochen as maintainer
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user