istioctl: add superherointj and bryanasdev000 as maintainers

This commit is contained in:
Vincent Haupert 2022-04-06 21:48:18 +02:00
parent d8d2136718
commit 618c808f9f

View File

@ -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;
};
}