[cheese] Fix doap file syntax



commit 69e72603916b8873ec12a775fdc5f1cdf36d5a13
Author: Patryk Zawadzki <patrys pld-linux org>
Date:   Sun Apr 26 15:58:25 2009 +0200

    Fix doap file syntax
    
    The standard requires mbox to be an URI, mailto: pseudoprotocol is
    required.
---
 cheese.doap |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cheese.doap b/cheese.doap
index cc05236..e20b9bc 100644
--- a/cheese.doap
+++ b/cheese.doap
@@ -14,21 +14,21 @@
   <maintainer>
     <foaf:Person>
       <foaf:name>daniel g. siegel</foaf:name>
-      <foaf:mbox rdf:resource="dgsiegel gmail com" />
+      <foaf:mbox rdf:resource="mailto:dgsiegel gmail com" />
       <gnome:userid>dgsiegel</gnome:userid>
     </foaf:Person>
   </maintainer>
   <maintainer>
     <foaf:Person>
       <foaf:name>Filippo Argiolas</foaf:name>
-      <foaf:mbox rdf:resource="filippo argiolas gmail com" />
+      <foaf:mbox rdf:resource="mailto:filippo argiolas gmail com" />
       <gnome:userid>fargiolas</gnome:userid>
     </foaf:Person>
   </maintainer>
   <maintainer>
     <foaf:Person>
       <foaf:name>Jaap A. Haitsma</foaf:name>
-      <foaf:mbox rdf:resource="jaap haitsma org" />
+      <foaf:mbox rdf:resource="mailto:jaap haitsma org" />
       <gnome:userid>jhaitsma</gnome:userid>
     </foaf:Person>
   </maintainer>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]