geary/geary.doap
Michael James Gratton 9508acde03 Update the maintainership to reflect current status a bit better.
Bug 766090.

* geary.doap, debian/control: Update the maintainer.

* MAINTAINERS: Removed, no longer needed per
  <https://wiki.gnome.org/MaintainersCorner>
2016-05-09 09:58:57 -04:00

33 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<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">geary</name>
<shortdesc xml:lang="en">Email client</shortdesc>
<description>Geary is an IMAP email client built for the GNOME desktop environment. It
allows you to read and send email with a simple, modern interface.</description>
<homepage rdf:resource="https://wiki.gnome.org/Apps/Geary" />
<mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/geary-list" />
<bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=geary" />
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<programming-language>Vala</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Jim Nelson</foaf:name>
<foaf:mbox rdf:resource="mailto:jim@yorba.org" />
<gnome:userid>jnelson</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Michael Gratton</foaf:name>
<foaf:mbox rdf:resource="mailto:mike@vee.net"/>
</foaf:Person>
</maintainer>
</Project>