diff --git a/components/engine/MAINTAINERS b/components/engine/MAINTAINERS index 1c2c969fef..fba5445b7d 100644 --- a/components/engine/MAINTAINERS +++ b/components/engine/MAINTAINERS @@ -424,7 +424,10 @@ made through a pull request. "dmp42", "vbatts", "joffrey", - "samalba" + "samalba", + "sday", + "jlhawn", + "dmcg" ] [Org.Subsystems."build tools"] @@ -502,6 +505,16 @@ made through a pull request. Email = "dug@us.ibm.com" GitHub = "duglin" + [people.dmcg] + Name = "Derek McGowan" + Email = "derek@docker.com" + Github = "dmcgowan" + + [people.dmp42] + Name = "Olivier Gambier" + Email = "olivier@docker.com" + Github = "dmp42" + [people.ehazlett] Name = "Evan Hazlett" Email = "ejhazlett@gmail.com" @@ -532,6 +545,16 @@ made through a pull request. Email = "jess@docker.com" GitHub = "jfrazelle" + [people.jlhawn] + Name = "Josh Hawn" + Email = "josh.hawn@docker.com" + Github = "jlhawn" + + [people.joffrey] + Name = "Joffrey Fuhrer" + Email = "joffrey@docker.com" + Github = "shin-" + [people.lk4d4] Name = "Alexander Morozov" Email = "lk4d4@docker.com" @@ -542,6 +565,11 @@ made through a pull request. Email = "mary.anthony@docker.com" GitHub = "moxiegirl" + [people.sday] + Name = "Stephen Day" + Email = "stephen.day@docker.com" + Github = "stevvooe" + [people.shykes] Name = "Solomon Hykes" Email = "solomon@docker.com" diff --git a/components/engine/graph/MAINTAINERS b/components/engine/graph/MAINTAINERS index e409454b5e..3d685b7453 100644 --- a/components/engine/graph/MAINTAINERS +++ b/components/engine/graph/MAINTAINERS @@ -3,3 +3,5 @@ Victor Vieux (@vieux) Michael Crosby (@crosbymichael) Cristian Staretu (@unclejack) Tibor Vass (@tiborvass) +Josh Hawn (@jlhawn) +Derek McGowan (@dmcgowan) diff --git a/components/engine/registry/MAINTAINERS b/components/engine/registry/MAINTAINERS index fdb03ed573..a75e15b4ef 100644 --- a/components/engine/registry/MAINTAINERS +++ b/components/engine/registry/MAINTAINERS @@ -1,5 +1,7 @@ Sam Alba (@samalba) Joffrey Fuhrer (@shin-) -Ken Cochrane (@kencochrane) Vincent Batts (@vbatts) Olivier Gambier (@dmp42) +Josh Hawn (@jlhawn) +Derek McGowan (@dmcgowan) +Stephen Day (@stevvooe)