diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-04-26 08:28:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-28 20:03:34 +0800 |
commit | 27def41a24a01da596f585bc826e1c4fff7e1941 (patch) | |
tree | fbde628af5fa0530f67e1100ba52fc933a162f3b | |
parent | ae08e189a01bc3eac30d8a8082cb47974613909d (diff) | |
download | gsoc2013-evolution-27def41a24a01da596f585bc826e1c4fff7e1941.tar.gz gsoc2013-evolution-27def41a24a01da596f585bc826e1c4fff7e1941.tar.zst gsoc2013-evolution-27def41a24a01da596f585bc826e1c4fff7e1941.zip |
Fix email addresses in doap file.
-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> |