diff options
author | 2019-08-09 16:40:30 +0100 | |
---|---|---|
committer | 2019-08-09 08:40:30 -0700 | |
commit | 6a6e9a9b33731656b51655072951649d9e716613 (patch) | |
tree | 5e8db132319e40bc2c396f92a8af6721ba69c248 /plugin | |
parent | 1bb753c5b0bf8048f6cf704c92b493c535ef3b0c (diff) | |
download | coredns-6a6e9a9b33731656b51655072951649d9e716613.tar.gz coredns-6a6e9a9b33731656b51655072951649d9e716613.tar.zst coredns-6a6e9a9b33731656b51655072951649d9e716613.zip |
mechanical: run: go gen and make -f Makefile.doc (#3104)
no manual updates; just generated stuff.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/chaos/zowners.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/chaos/zowners.go b/plugin/chaos/zowners.go index d747069dc..41b8f690e 100644 --- a/plugin/chaos/zowners.go +++ b/plugin/chaos/zowners.go @@ -1,4 +1,4 @@ package chaos // Owners are all GitHub handlers of all maintainers. -var Owners = []string{"bradbeam", "chrisohaver", "dilyevsky", "ekleiner", "fastest963", "greenpau", "grobie", "inigohu", "isolus", "johnbelamaric", "miekg", "nchrisdk", "nitisht", "pmoroney", "rajansandeep", "rdrozhdzh", "rtreffer", "stp-ip", "superq", "varyoo", "yongtang"} +var Owners = []string{"bradbeam", "chrisohaver", "darshanime", "dilyevsky", "ekleiner", "fastest963", "greenpau", "grobie", "inigohu", "isolus", "johnbelamaric", "miekg", "nchrisdk", "nitisht", "pmoroney", "rajansandeep", "rdrozhdzh", "rtreffer", "stp-ip", "superq", "varyoo", "yongtang"} |