summaryrefslogtreecommitdiff
path: root/gnome-applets.doap
diff options
context:
space:
mode:
authorCallum McKenzie <callum@spooky-possum.org>2009-04-26 12:51:38 +1200
committerCallum McKenzie <callum@spooky-possum.org>2009-04-26 12:51:38 +1200
commit1ca5f14d9a9a198de9cb7fbb372914a785d9415a (patch)
tree78b9690acb7cf12e70cd8e687f72cdfa8973cd64 /gnome-applets.doap
parent7b5b25370cd2ebc950567e730654aeab0b134719 (diff)
Make email addresses into mailto: links in the DOAP file
Fixes an error from the template. See http://mail.gnome.org/archives/desktop-devel-list/2009-April/msg00428.html
Diffstat (limited to 'gnome-applets.doap')
-rw-r--r--gnome-applets.doap10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnome-applets.doap b/gnome-applets.doap
index d9b736c7f..5d6e1f510 100644
--- a/gnome-applets.doap
+++ b/gnome-applets.doap
@@ -1,5 +1,5 @@
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+g xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
@@ -16,6 +16,7 @@
<maintainer>
<foaf:Person>
<foaf:name>Callum McKenzie</foaf:name>
+ <foaf:mbox rdf:resource="mailto:callum@spooky-possum.org" />
<gnome:userid>callum</gnome:userid>
</foaf:Person>
</maintainer>
@@ -28,28 +29,27 @@
<maintainer>
<foaf:Person>
<foaf:name>Carlos Garcia Campos</foaf:name>
- <foaf:mbox rdf:resource="carlosgc@gnome.org" />
+ <foaf:mbox rdf:resource="mailto:carlosgc@gnome.org" />
<gnome:userid>carlosgc</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Sergey Udaltsov</foaf:name>
- <foaf:mbox rdf:resource="svu@gnome.org" />
+ <foaf:mbox rdf:resource="mailto:svu@gnome.org" />
<gnome:userid>svu</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Ronald Bultje</foaf:name>
- <foaf:mbox rdf:resource="rbultje at ronald dot bitfreak dot net" />
<gnome:userid>rbultje</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Raphael Slinckx</foaf:name>
- <foaf:mbox rdf:resource="raphael@slinckx.net" />
+ <foaf:mbox rdf:resource="mailto:raphael@slinckx.net" />
<gnome:userid>rslinckx</gnome:userid>
</foaf:Person>
</maintainer>