diff options
Diffstat (limited to 'evolution.doap')
-rw-r--r-- | evolution.doap | 21 |
1 files changed, 12 insertions, 9 deletions
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> |