[f-spot] Fix the Pulse DOAP screwup. Emails should be URLs.



commit 28bc19cc107260e6e2689fc941333a4b845310e5
Author: Ruben Vermeersch <ruben savanne be>
Date:   Sun Apr 26 00:12:58 2009 +0200

    Fix the Pulse DOAP screwup. Emails should be URLs.
    
    Details: http://mail.gnome.org/archives/desktop-devel-list/2009-April/msg00430.html
---
 f-spot.doap |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/f-spot.doap b/f-spot.doap
index 528e9dd..730bab6 100644
--- a/f-spot.doap
+++ b/f-spot.doap
@@ -14,28 +14,28 @@
   <maintainer>
     <foaf:Person>
       <foaf:name>Larry Ewing</foaf:name>
-      <foaf:mbox rdf:resource="lewing novell com" />
+      <foaf:mbox rdf:resource="mailto:lewing novell com" />
       <gnome:userid>lewing</gnome:userid>
     </foaf:Person>
   </maintainer>
   <maintainer>
     <foaf:Person>
       <foaf:name>Stephane Delcroix</foaf:name>
-      <foaf:mbox rdf:resource="stephane delcroix org" />
+      <foaf:mbox rdf:resource="mailto:stephane delcroix org" />
       <gnome:userid>sdelcroix</gnome:userid>
     </foaf:Person>
   </maintainer>
   <maintainer>
     <foaf:Person>
       <foaf:name>Gabriel Burt</foaf:name>
-      <foaf:mbox rdf:resource="gabriel burt gmail com" />
+      <foaf:mbox rdf:resource="mailto:gabriel burt gmail com" />
       <gnome:userid>gburt</gnome:userid>
     </foaf:Person>
   </maintainer>
   <maintainer>
     <foaf:Person>
       <foaf:name>Ruben Vermeersch</foaf:name>
-      <foaf:mbox rdf:resource="ruben savanne be" />
+      <foaf:mbox rdf:resource="mailto:ruben savanne be" />
       <gnome:userid>rubenv</gnome:userid>
     </foaf:Person>
   </maintainer>



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