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: I28dd5fdfdc0ef4b0d9816b38572c5bbac3d6f9cf
This commit is contained in:
Julien Danjou 2015-12-04 11:43:09 +01:00
parent 22bb881a72
commit 3a024b28ca
1 changed files with 0 additions and 51 deletions

View File

@ -23,54 +23,3 @@ pradk
rohit_
sileht
zqfan
= List of Maintainers =
Each has an entry with the following keys:
M: Maintainer (irc) <email address>
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 ceilometer/
== api ==
M: Doug Hellmann (dhellmann) <doug.hellmann@dreamhost.com>
S: Maintained
F: api/
== events ==
M: Julien Danjou (jd__)
M: Sandy Walsh (sandywalsh)
M: Monsyne Dragon (dragondm)
S: Maintained
F: notification.py
F: storage/
== pipeline ==
M: Julien Danjou (jd__)
S: Maintained
F: publisher/, transformer/, pipeline.py
== 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