diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-04-26 08:28:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-26 08:30:09 +0800 |
commit | 631d0bfd080409da87545d42de7bc4588abdf5b7 (patch) | |
tree | 85a2679cf22cf9b888254fccb5b7514042e05625 /evolution.doap | |
parent | f081b36f4c0ad6220d4b0f4f41b8a60cd9af4a6c (diff) | |
download | gsoc2013-evolution-631d0bfd080409da87545d42de7bc4588abdf5b7.tar.gz gsoc2013-evolution-631d0bfd080409da87545d42de7bc4588abdf5b7.tar.zst gsoc2013-evolution-631d0bfd080409da87545d42de7bc4588abdf5b7.zip |
Fix email addresses in doap file.
Diffstat (limited to 'evolution.doap')
-rw-r--r-- | evolution.doap | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/evolution.doap b/evolution.doap index 833468230d..0971beafcc 100644 --- a/evolution.doap +++ b/evolution.doap @@ -15,7 +15,7 @@ <maintainer> <foaf:Person> <foaf:name>Srinivasa Ragavan</foaf:name> - <foaf:mbox rdf:resource="sragavan@novell.com" /> + <foaf:mbox rdf:resource="mailto:sragavan@novell.com" /> <gnome:userid>sragavan</gnome:userid> </foaf:Person> </maintainer> @@ -25,21 +25,21 @@ <maintainer> <foaf:Person> <foaf:name>Matthew Barnes</foaf:name> - <foaf:mbox rdf:resource="mbarnes@redhat.com" /> + <foaf:mbox rdf:resource="mailto:mbarnes@redhat.com" /> <gnome:userid>mbarnes</gnome:userid> </foaf:Person> </maintainer> <maintainer> <foaf:Person> <foaf:name>Christian Kellner</foaf:name> - <foaf:mbox rdf:resource="gicmo@gnome.org" /> + <foaf:mbox rdf:resource="mailto:gicmo@gnome.org" /> <gnome:userid>gicmo</gnome:userid> </foaf:Person> </maintainer> <maintainer> <foaf:Person> <foaf:name>Chenthill Palanisamy</foaf:name> - <foaf:mbox rdf:resource="pchenthill@novell.com" /> + <foaf:mbox rdf:resource="mailto:pchenthill@novell.com" /> <gnome:userid>pchen</gnome:userid> </foaf:Person> </maintainer> |