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
commit 0182e3f509
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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