[gnome-control-center] fix mailto URIs in DOAP file



commit 8d69cabb53fae8152bbdbef851c6c499af89f8c7
Author: Jens Granseuer <jensgr gmx net>
Date:   Mon Apr 27 23:03:37 2009 +0200

    fix mailto URIs in DOAP file
---
 gnome-control-center.doap |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnome-control-center.doap b/gnome-control-center.doap
index 3eb95b9..5dac802 100644
--- a/gnome-control-center.doap
+++ b/gnome-control-center.doap
@@ -5,7 +5,7 @@
          xmlns="http://usefulinc.com/ns/doap#";>
 
   <name xml:lang="en">gnome-control-center</name>
-  <shortdesc xml:lang="en">GNOME's main interface to configurate various aspects of the desktop</shortdesc>
+  <shortdesc xml:lang="en">GNOME's main interface to configure various aspects of the desktop</shortdesc>
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnomecc-list"; />
   <download-page rdf:resource="http://download.gnome.org/sources/gnome-control-center/"; />
   <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-control-center"; />
@@ -14,7 +14,7 @@
   <maintainer>
     <foaf:Person>
       <foaf:name>Rodrigo Moya</foaf:name>
-      <foaf:mbox rdf:resource="rodrigo at gnome-db.org" />
+      <foaf:mbox rdf:resource="mailto:rodrigo gnome-db org" />
       <gnome:userid>rodrigo</gnome:userid>
     </foaf:Person>
   </maintainer>
@@ -27,13 +27,14 @@
   <maintainer>
     <foaf:Person>
       <foaf:name>Thomas Wood</foaf:name>
-      <foaf:mbox rdf:resource="thos gnome org" />
+      <foaf:mbox rdf:resource="mailto:thos gnome org" />
       <gnome:userid>thos</gnome:userid>
     </foaf:Person>
   </maintainer>
   <maintainer>
     <foaf:Person>
       <foaf:name>Jens Granseuer</foaf:name>
+      <foaf:mbox rdf:resource="mailto:jensgr gmx net" />
       <gnome:userid>jensg</gnome:userid>
     </foaf:Person>
   </maintainer>



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