From f144f1a33e9b56a99ca7d3376e56b78eff6877c5 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 4 Dec 2015 15:43:02 +0100 Subject: [PATCH] MAINTAINERS: remove outdated data This is outdated and never updated anyway. It does not reflect the reality anymore, so let's stop trying to have that as it does not give any useful information anyway. We're a team, we maintain everything! (and we can use git log to find out things) Change-Id: I3cd517a8f0565166c4ba33af08e68ebe1cbc7436 --- MAINTAINERS | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 7e24c1cc6..66c889b5c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22,46 +22,3 @@ _nadya_ r-mibu sileht zqfan - - -= List of Maintainers = - -Each has an entry with the following keys: - - M: Maintainer (irc) - S: Status, one of the following: - Maintained: Has an active maintainer - Orphan: No current maintainer, feel free to step up! - Obsolete: Replaced by newer code, or a dead end, or out-dated - F: Wildcard patterns, relative to aodh/ - - -== alarms == - -M: Eoghan Glynn (eglynn) -M: Mehdi Abaakouk (sileht) -S: Maintained -F: alarm/ - -== api == - -M: Doug Hellmann (dhellmann) -S: Maintained -F: api/ - -== storage == - --- HBase -- -M: -S: Orphan -F: storage/impl_hbase.py - --- MongoDB -- -M: -S: Orphan -F: storage/impl_mongodb.py - --- SQLAlchemy -- -M: -S: Orphan -F: storage/sqlalchemy/, storage/impl_sqlalchemy.py