summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErick Pérez Castellanos <erick.red@gmail.com>2012-05-24 19:08:02 -0400
committerErick Pérez Castellanos <erick.red@gmail.com>2012-05-24 19:08:02 -0400
commit89f2440fc4b3b2cbd2cd4d54d2078637b73b4fd8 (patch)
tree78f5be3192dec5686070593368753e8409155129
parentd472a0ff5de5ac042af08dd0dd910b660ae467bf (diff)
downloadgnome-calendar-89f2440fc4b3b2cbd2cd4d54d2078637b73b4fd8.tar.gz
Added .doap file.
Without this file, the repo didn't let me push.
-rw-r--r--gnome-calendar.doap18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnome-calendar.doap b/gnome-calendar.doap
new file mode 100644
index 00000000..6dbea827
--- /dev/null
+++ b/gnome-calendar.doap
@@ -0,0 +1,18 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ 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">GNOME Calendar</name>
+ <shortdesc xml:lang="en">Calendar application for GNOME</shortdesc>
+ <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Erick Pérez Castellanos</foaf:name>
+ <foaf:mbox rdf:resource="mailto:erickpc@gnome.org" />
+ <gnome:userid>erickpc</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>