File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
3+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
4+ xmlns:gnome="http://api.gnome.org/doap-extensions#"
5+ xmlns="http://usefulinc.com/ns/doap#">
6+
7+ <name xml:lang="en">Twinkle</name>
8+ <shortdesc xml:lang="en">Automatic syncing with Git</shortdesc>
9+ <homepage rdf:resource="https://planetpeanut.studio/twinkle" />
10+ <bug-database rdf:resource="https://github.com/hbons/Twinkle/issues"/>
11+
12+ <programming-language>Rust</programming-language>
13+ <platform>GTK 4</platform>
14+ <platform>Libadwaita</platform>
15+
16+ <maintainer>
17+ <foaf:Person>
18+ <foaf:name>Hylke Bons</foaf:name>
19+ <foaf:mbox rdf:resource="mailto:hello@planetpeanut.studio" />
20+ <foaf:account>
21+ <foaf:OnlineAccount>
22+ <foaf:accountServiceHomepage rdf:resource="https://github.com/hbons/Twinkle"/>
23+ <foaf:accountName>hbons</foaf:accountName>
24+ </foaf:OnlineAccount>
25+ </foaf:account>
26+ </foaf:Person>
27+ </maintainer>
28+ </Project>
You can’t perform that action at this time.
0 commit comments