diff options
-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> |