From 4181d231313632a5b84e603dbf0c8aa37774c98a Mon Sep 17 00:00:00 2001
From: Joffrey F <joffrey@docker.com>
Date: Tue, 6 Mar 2018 14:00:03 -0800
Subject: [PATCH] Add new maintainers and move inactive maintainers to alumni

Signed-off-by: Joffrey F <joffrey@docker.com>
---
 MAINTAINERS | 30 +++++++++++++++++++++++++++---
 1 file changed, 27 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 89f5b4124..ff8408874 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11,12 +11,26 @@
 [Org]
 	[Org."Core maintainers"]
 		people = [
-			"aanand",
-			"bfirsh",
 			"dnephin",
-			"mnowster",
+			"mefyl",
+			"mnottale",
 			"shin-",
 		]
+	[Org.Alumni]
+		people = [
+			# Aanand Prasad is one of the two creators of the fig project
+			# which later went on to become docker-compose, and a longtime
+			# maintainer responsible for several keystone features
+			"aanand",
+			# Ben Firshman is also one of the fig creators and contributed
+			# heavily to the project's design and UX as well as the
+			# day-to-day maintenance
+			"bfirsh",
+			# Mazz Mosley made significant contributions to the project
+			# in 2015 with solid bugfixes and improved error handling
+			# among them
+			"mnowster",
+		]
 
 [people]
 
@@ -41,6 +55,16 @@
 	Email = "dnephin@gmail.com"
 	GitHub = "dnephin"
 
+	[people.mefyl]
+	Name = "Quentin Hocquet"
+	Email = "quentin.hocquet@docker.com"
+	GitHub = "mefyl"
+
+	[people.mnottale]
+	Name = "Matthieu Nottale"
+	Email = "matthieu.nottale@docker.com"
+	GitHub = "mnottale"
+
 	[people.mnowster]
 	Name = "Mazz Mosley"
 	Email = "mazz@houseofmnowster.com"