summaryrefslogtreecommitdiffstats
path: root/gnome-software.doap
blob: a2779634e186d01bd705d12d28caafba6997fd7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<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">gnome-software</name>
  <shortdesc xml:lang="en">GNOME Software Tools</shortdesc>
  <category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
  <programming-language>C</programming-language>
  <description xml:lang="en">
   GNOME Software is for installing, removing and updating software.
  </description>

  <homepage rdf:resource="https://wiki.gnome.org/Apps/Software" />
  <download-page rdf:resource="https://download.gnome.org/sources/gnome-software/" />
  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-software/issues" />

  <maintainer>
    <foaf:Person>
      <foaf:name>Milan Crha</foaf:name>
      <foaf:mbox rdf:resource="mailto:mcrha@redhat.com" />
      <gnome:userid>mcrha</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Phaedrus Leeds</foaf:name>
      <foaf:mbox rdf:resource="mailto:mwleeds@endlessos.org" />
      <gnome:userid>mwleeds</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Philip Withnall</foaf:name>
      <foaf:mbox rdf:resource="mailto:pwithnall@endlessos.org" />
      <gnome:userid>pwithnall</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Richard Hughes</foaf:name>
      <foaf:mbox rdf:resource="mailto:richard@hughsie.com" />
      <foaf:homepage rdf:resource="http://www.hughsie.com/" />
      <gnome:userid>rhughes</gnome:userid>
    </foaf:Person>
  </maintainer>

  <license rdf:resource="http://www.gnu.org/licenses/gpl-2.0.txt" />

</Project>