mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
21 lines
851 B
Plaintext
21 lines
851 B
Plaintext
<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">Warehouse</name>
|
|
<shortdesc xml:lang="en">Manage all things Flatpak</shortdesc>
|
|
<homepage rdf:resource="https://github.com/flattool/warehouse"/>
|
|
<bug-database rdf:resource="https://github.com/flattool/warehouse/issues"/>
|
|
<programming-language>Python</programming-language>
|
|
<platform>GTK 4</platform>
|
|
<platform>Libadwaita</platform>
|
|
|
|
<maintainer>
|
|
<foaf:Person>
|
|
<foaf:name>Heliguy</foaf:name>
|
|
<foaf:mbox rdf:resource="mailto:heliguy4599@hotmail.com"/>
|
|
</foaf:Person>
|
|
</maintainer>
|