tootle-linux-client/tootle.doap

32 lines
1.1 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>Tootle</name>
<shortname>tootle</shortname>
<shortdesc>GTK-based Mastodon client for Linux</shortdesc>
<bug-database rdf:resource="https://gitlab.gnome.org/World/tootle/issues/" />
<programming-language>Vala</programming-language>
<os>Linux</os>
<license rdf:resource="https://raw.githubusercontent.com/ewilderj/doap/master/licenses/gpl" />
<maintainer>
<foaf:Person>
<foaf:name>Link Dupont</foaf:name>
<foaf:mbox rdf:resource="mailto:link@sub-pop.net" />
<gnome:userid>link</gnome:userid>
</foaf:Person>
</maintainer>
<repository>
<GitRepository>
<browse rdf:resource="https://gitlab.gnome.org/World/tootle" />
<location rdf:resource="https://gitlab.gnome.org/World/tootle.git" />
</GitRepository>
</repository>
</Project>