diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2009-09-21 18:15:39 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2009-10-26 17:07:17 +0800 |
commit | ef8bd99497941451c657da67d91726a46faec75c (patch) | |
tree | 0e262f0b3f82b024fd5f9734155dc9f69dc21ab9 | |
parent | 88cce52624722c548fd3185b2a67c9dde0770ecd (diff) | |
download | gsoc2013-evolution-ef8bd99497941451c657da67d91726a46faec75c.tar.gz gsoc2013-evolution-ef8bd99497941451c657da67d91726a46faec75c.tar.zst gsoc2013-evolution-ef8bd99497941451c657da67d91726a46faec75c.zip |
Update overall maintainers.
-rw-r--r-- | MAINTAINERS | 7 | ||||
-rw-r--r-- | evolution.doap | 21 |
2 files changed, 14 insertions, 14 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cb8d3ec520..5b9f3cee95 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,9 +1,6 @@ -Srinivasa Ragavan -Email: sragavan@novell.com -Userid: sragavan - Overall Maintainers: -Srinivasa Ragavan <sragavan@novell.com> +Chenthill P <pchenthill@novell.com> +Matthew Barnes <mbarnes@redhat.com> Mail: Matthew Barnes <mbarnes@redhat.com> diff --git a/evolution.doap b/evolution.doap index 0971beafcc..308e896c23 100644 --- a/evolution.doap +++ b/evolution.doap @@ -10,18 +10,16 @@ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/evolution-list" /> <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" /> - <!-- Project Lead --> + <!-- Project Leads --> <maintainer> <foaf:Person> - <foaf:name>Srinivasa Ragavan</foaf:name> - <foaf:mbox rdf:resource="mailto:sragavan@novell.com" /> - <gnome:userid>sragavan</gnome:userid> + <foaf:name>Chenthill Palanisamy</foaf:name> + <foaf:mbox rdf:resource="mailto:pchenthill@novell.com" /> + <gnome:userid>pchen</gnome:userid> </foaf:Person> </maintainer> - <!-- Alphabetically --> - <maintainer> <foaf:Person> <foaf:name>Matthew Barnes</foaf:name> @@ -29,6 +27,9 @@ <gnome:userid>mbarnes</gnome:userid> </foaf:Person> </maintainer> + + <!-- Alphabetically --> + <maintainer> <foaf:Person> <foaf:name>Christian Kellner</foaf:name> @@ -36,11 +37,13 @@ <gnome:userid>gicmo</gnome:userid> </foaf:Person> </maintainer> + <maintainer> <foaf:Person> - <foaf:name>Chenthill Palanisamy</foaf:name> - <foaf:mbox rdf:resource="mailto:pchenthill@novell.com" /> - <gnome:userid>pchen</gnome:userid> + <foaf:name>Srinivasa Ragavan</foaf:name> + <foaf:mbox rdf:resource="mailto:sragavan@novell.com" /> + <gnome:userid>sragavan</gnome:userid> </foaf:Person> </maintainer> + </Project> |