[Xfce4-commits] <www:master> Fix the module.xml file.
Jérôme Guelfucci
jeromeg at xfce.org
Wed Sep 2 11:12:01 CEST 2009
Updating branch refs/heads/master
to d895f17cc42d8d3b065b81e92f53e4ce14101dc5 (commit)
from 41e2e90fbf2678c45d3800e2cd5aba2085f27862 (commit)
commit d895f17cc42d8d3b065b81e92f53e4ce14101dc5
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Wed Sep 2 11:12:22 2009 +0200
Fix the module.xml file.
There was a typo and there can only be one maintainer.
module.xml | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/module.xml b/module.xml
index 888494c..8b6e652 100644
--- a/module.xml
+++ b/module.xml
@@ -5,25 +5,25 @@
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
- <name xml:lang="en">Xfce.org/name>
+ <name xml:lang="en">Xfce.org</name>
<shortdesc xml:lang="en">The Xfce website</shortdesc>
<homepage rdf:resource="http://www.xfce.org/"/>
<mailing-list rdf:resource="http://foo-projects.org/mailman/listinfo/xfce/"/>
<maintainer>
<foaf:Person>
- <foaf:name>Nick Schermer</foaf:name>
- <foaf:mbox>mailto:nick at xfce.org</foaf:mbox>
- <gnome:userid>nick</gnome:userid>
- </foaf:Person>
- </maintainer>
-
- <maintainer>
- <foaf:Person>
<foaf:name>Jérôme Guelfucci</foaf:name>
<foaf:mbox>mailto:jeromeg at xfce.org</foaf:mbox>
<gnome:userid>jeromeg</gnome:userid>
</foaf:Person>
</maintainer>
+ <developer>
+ <foaf:Person>
+ <foaf:name>Nick Schermer</foaf:name>
+ <foaf:mbox>mailto:nick at xfce.org</foaf:mbox>
+ <gnome:userid>nick</gnome:userid>
+ </foaf:Person>
+ </developer>
+
</Project>
More information about the Xfce4-commits
mailing list