File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-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">Extension Manager</name>
8+ <shortdesc xml:lang="en">Install GNOME Extensions</shortdesc>
9+ <homepage rdf:resource="https://github.com/mjakeman/extension-manager" />
10+ <bug-database rdf:resource="https://github.com/mjakeman/extension-manager/issues"/>
11+ <programming-language>C</programming-language>
12+
13+ <maintainer>
14+ <foaf:Person>
15+ <foaf:name>Matthew Jakeman</foaf:name>
16+ <foaf:account>
17+ <foaf:OnlineAccount>
18+ <foaf:accountServiceHomepage rdf:resource="https://github.com"/>
19+ <foaf:accountName>mjakeman</foaf:accountName>
20+ </foaf:OnlineAccount>
21+ </foaf:account>
22+ </foaf:Person>
23+ </maintainer>
24+ </Project>
You can’t perform that action at this time.
0 commit comments