diff options
author | Sebastiaan van Stijn <github@gone.nl> | 2016-07-15 17:26:24 +0200 |
---|---|---|
committer | Sebastiaan van Stijn <github@gone.nl> | 2016-07-15 17:34:26 +0200 |
commit | d4b932131a9a1f2bb532e930255a01d040bcc77c (patch) | |
tree | e18a73125f4309e7c7361709f8e1fa9b5a8881ef /MAINTAINERS | |
parent | 80ec9fa284c22bc0df617c3d55c49cbbddfb8bb8 (diff) | |
download | docker-d4b932131a9a1f2bb532e930255a01d040bcc77c.tar.gz |
Add new maintainers
As voted on per e-mail, adding
new maintainers to the list
Welcome!
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 36 |
1 files changed, 26 insertions, 10 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c761ab4da2..7a77f84856 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -27,10 +27,12 @@ people = [ "aaronlehmann", + "aluzzardi", "calavera", "coolljt0725", "cpuguy83", "crosbymichael", + "dnephin", "duglin", "estesp", "icecrime", @@ -39,12 +41,15 @@ "lk4d4", "mavenugo", "mhbauer", + "mlaventure", "runcom", + "stevvooe", "tianon", "tibor", "tonistiigi", "unclejack", - "vdemeester" + "vdemeester", + "vieux" ] [Org."Docs maintainers"] @@ -123,15 +128,6 @@ # for a chat, as he's always a lot of fun. "vbatts", - # Victor is one of the earliest contributors to Docker, having worked on the - # project when it was still "dotCloud" in April 2013. He's been responsible - # for multiple releases (https://github.com/docker/docker/pulls?q=is%3Apr+bump+in%3Atitle+author%3Avieux), - # and up until today (2015), our number 2 contributor. Although he's no longer - # a maintainer for the Docker "Engine", he's still actively involved in other - # Docker projects, and most likely can be found in the Docker Swarm repository, - # for which he's a core maintainer. - "vieux", - # Vishnu became a maintainer to help out on the daemon codebase and # libcontainer integration. He's currently involved in the # Open Containers Initiative, working on the specifications, @@ -152,6 +148,11 @@ Email = "aaron.lehmann@docker.com" GitHub = "aaronlehmann" + [people.aluzzardi] + Name = "Andrea Luzzardi" + Email = "al@docker.com" + GitHub = "aluzzardi" + [people.calavera] Name = "David Calavera" Email = "david.calavera@gmail.com" @@ -172,6 +173,11 @@ Email = "crosbymichael@gmail.com" GitHub = "crosbymichael" + [people.dnephin] + Name = "Daniel Nephin" + Email = "dnephin@gmail.com" + GitHub = "dnephin" + [people.duglin] Name = "Doug Davis" Email = "dug@us.ibm.com" @@ -232,6 +238,11 @@ Email = "mbauer@us.ibm.com" GitHub = "mhbauer" + [people.mlaventure] + Name = "Kenfe-Mickaƫl Laventure" + Email = "mickael.laventure@docker.com" + GitHub = "mlaventure" + [people.moxiegirl] Name = "Mary Anthony" Email = "mary.anthony@docker.com" @@ -257,6 +268,11 @@ Email = "solomon@docker.com" GitHub = "shykes" + [people.stevvooe] + Name = "Stephen Day" + Email = "stephen.day@docker.com" + GitHub = "stevvooe" + [people.sven] Name = "Sven Dowideit" Email = "SvenDowideit@home.org.au" |