about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/istioctl
diff options
context:
space:
mode:
authorVincent Haupert <mail@vincent-haupert.de>2022-04-06 21:48:18 +0200
committerVincent Haupert <mail@vincent-haupert.de>2022-04-07 12:17:26 +0200
commit618c808f9fc9928b345c5661277136aab3ba9d08 (patch)
tree371b6548ff12b77d3790ca44984989ddfdeb4be1 /pkgs/applications/networking/cluster/istioctl
parentd8d21367180ba7a3d21db6fb04196adfcd0421ab (diff)
istioctl: add `superherointj` and `bryanasdev000` as maintainers
Diffstat (limited to 'pkgs/applications/networking/cluster/istioctl')
-rw-r--r--pkgs/applications/networking/cluster/istioctl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/istioctl/default.nix b/pkgs/applications/networking/cluster/istioctl/default.nix
index 84ba5330da106..6c88926ca2429 100644
--- a/pkgs/applications/networking/cluster/istioctl/default.nix
+++ b/pkgs/applications/networking/cluster/istioctl/default.nix
@@ -37,7 +37,7 @@ buildGoModule rec {
     description = "Istio configuration command line utility for service operators to debug and diagnose their Istio mesh";
     homepage = "https://istio.io/latest/docs/reference/commands/istioctl";
     license = licenses.asl20;
-    maintainers = with maintainers; [ veehaitch ];
+    maintainers = with maintainers; [ superherointj bryanasdev000 veehaitch ];
     platforms = platforms.unix;
   };
 }