Merge pull request #167674 from veehaitch/istioctl-maintainer

istioctl: add `superherointj` and `bryanasdev000` as maintainers
This commit is contained in:
Artturi
2022-04-07 15:39:54 +03:00
committed by GitHub
@@ -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;
};
}