Update .doap file
This commit is contained in:
parent
07eadd2364
commit
2b711ff04c
29
hammond.doap
Normal file
29
hammond.doap
Normal file
@ -0,0 +1,29 @@
|
||||
<?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">Hammond</name>
|
||||
<shortdesc xml:lang="en">
|
||||
A Podcast Client for the Gnome Desktop.
|
||||
</shortdesc>
|
||||
<description xml:lang="en">
|
||||
Hammond is a multithreade, safe, and fast Podcast Client for the GNOME
|
||||
desktop written in Rust.
|
||||
</description>
|
||||
<!-- <homepage rdf:resource="https://wiki.gnome.org/Apps/Hammond" /> -->
|
||||
<bug-database rdf:resource="https://gitlab.gnome.org/alatiera/Hammond/issues" />
|
||||
|
||||
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
|
||||
<programming-language>Rust</programming-language>
|
||||
|
||||
<maintainer>
|
||||
<foaf:Person>
|
||||
<foaf:name>Jordan petridis</foaf:name>
|
||||
<foaf:mbox rdf:resource="mailto:jpetridis@gnome.org" />
|
||||
<gnome:userid>jpetridis</gnome:userid>
|
||||
</foaf:Person>
|
||||
</maintainer>
|
||||
</Project>
|
||||
Loading…
Reference in New Issue
Block a user