mirror of
https://github.com/coredns/coredns.git
synced 2025-09-19 04:31:11 +02:00
Run 'go generate' and 'make -f Makefile.doc' to generate the chaos plugin author list and update the manual pages. Signed-off-by: Miek Gieben <miek@miek.nl>
5 lines
376 B
Go
5 lines
376 B
Go
package chaos
|
|
|
|
// Owners are all GitHub handlers of all maintainers.
|
|
var Owners = []string{"bradbeam", "chrisohaver", "darshanime", "dilyevsky", "ekleiner", "fastest963", "greenpau", "grobie", "ihac", "inigohu", "isolus", "johnbelamaric", "miekg", "nchrisdk", "nitisht", "pmoroney", "rajansandeep", "rdrozhdzh", "rtreffer", "stp-ip", "superq", "varyoo", "ykhr53", "yongtang"}
|