[mutter] Fix email addresses in mutter.doap



commit 1624b87b9ba3f360300c6d491341af24cc52137e
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Sat Apr 25 11:42:03 2009 -0400

    Fix email addresses in mutter.doap
    
    Email addresses for foaf:mbox should be mailto: URLs
---
 mutter.doap |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mutter.doap b/mutter.doap
index 5302544..25c23ac 100644
--- a/mutter.doap
+++ b/mutter.doap
@@ -18,14 +18,14 @@
   <maintainer>
     <foaf:Person>
       <foaf:name>Tomas Frydrych</foaf:name>
-      <foaf:mbox rdf:resource="tf linux intel com" />
+      <foaf:mbox rdf:resource="mailto:tf linux intel com" />
       <gnome:userid>tomasf</gnome:userid>
     </foaf:Person>
   </maintainer>
   <maintainer>
     <foaf:Person>
       <foaf:name>Owen Taylor</foaf:name>
-      <foaf:mbox rdf:resource="otaylor redhat com" />
+      <foaf:mbox rdf:resource="mailto:otaylor redhat com" />
       <gnome:userid>otaylor</gnome:userid>
     </foaf:Person>
   </maintainer>



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