From 618c808f9fc9928b345c5661277136aab3ba9d08 Mon Sep 17 00:00:00 2001 From: Vincent Haupert Date: Wed, 6 Apr 2022 21:48:18 +0200 Subject: [PATCH] istioctl: add `superherointj` and `bryanasdev000` as maintainers --- pkgs/applications/networking/cluster/istioctl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/istioctl/default.nix b/pkgs/applications/networking/cluster/istioctl/default.nix index 84ba5330da10..6c88926ca242 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; }; }