[eog-plugins] Update DOAP and MAINTAINERS files



commit 686fd5ffd4502718dcd760f63ee01e0449f20f66
Author: Felix Riemann <friemann gnome org>
Date:   Sun Mar 27 21:51:27 2011 +0200

    Update DOAP and MAINTAINERS files
    
    They where both out of date. The DOAP file was also missing a
    description which is apparently needed for the new ftpadmin script.

 MAINTAINERS      |   10 +++++++---
 eog-plugins.doap |   18 +++++++++++++-----
 2 files changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 099690f..29bf84a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,3 +1,7 @@
-Lucas Rocha
-E-mail: lucasr gnome org
-Userid: lucasr
+Claudio Saavedra
+E-mail: csaavedra gnome org
+Userid: csaavedra
+
+Felix Riemann
+E-mail: friemann gnome org
+Userid: friemann
diff --git a/eog-plugins.doap b/eog-plugins.doap
index c2a5e5a..f91c73e 100644
--- a/eog-plugins.doap
+++ b/eog-plugins.doap
@@ -3,17 +3,25 @@
          xmlns:foaf="http://xmlns.com/foaf/0.1/";
          xmlns:gnome="http://api.gnome.org/doap-extensions#";
          xmlns="http://usefulinc.com/ns/doap#";>
-  <name xml:lang="en">eog-plugins</name>
+  <name xml:lang="en">Eye of GNOME Plugins</name>
   <shortdesc xml:lang="en">A set of plugins for Eye of GNOME</shortdesc>
+  <description xml:lang="en">This package contains some useful plugins for the Eye of GNOME image viewer.</description>
   <homepage rdf:resource="http://live.gnome.org/EyeOfGnome/Plugins"; />
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/eog-list"; />
-  <!-- <download-page rdf:resource="http://download.gnome.org/sources/eog-plugins/"; /> -->
+  <download-page rdf:resource="http://download.gnome.org/sources/eog-plugins/"; />
   <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=eog"; />
   <maintainer>
     <foaf:Person>
-      <foaf:name>Lucas Rocha</foaf:name>
-      <foaf:mbox rdf:resource="mailto:lucasr gnome org" />
-      <gnome:userid>lucasr</gnome:userid>
+      <foaf:name>Claudio Saavedra</foaf:name>
+      <foaf:mbox rdf:resource="mailto:csaavedra gnome org" />
+      <gnome:userid>csaavedra</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Felix Riemann</foaf:name>
+      <foaf:mbox rdf:resource="mailto:friemann gnome org" />
+      <gnome:userid>friemann</gnome:userid>
     </foaf:Person>
   </maintainer>
 </Project>



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