summaryrefslogtreecommitdiff
path: root/network-manager-applet.doap
blob: 7ba2fa356f1b7f04d763f277bf7fec34e4f274b1 (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
55
56
57
58
59
60
61
62
63
<?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">network-manager-applet</name>
  <shortdesc xml:lang="en">Tray applet and an advanced network connection editor</shortdesc>
  <description>Tray applet and an advanced network connection editor</description>

  <homepage rdf:resource="https://networkmanager.dev" />
  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/networkmanager-list" />
  <download-page rdf:resource="http://download.gnome.org/sources/network-manager-applet/" />
  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/network-manager-applet/issues" />
  <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
  <programming-language>C</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Lubomir Rintel</foaf:name>
      <foaf:mbox rdf:resource="mailto:lkundrak@v3.sk" />
      <gnome:userid>lkundrak</gnome:userid>
    </foaf:Person>
  </maintainer>
  <maintainer>
    <foaf:Person>
      <foaf:name>Thomas Haller</foaf:name>
      <foaf:mbox rdf:resource="mailto:thaller@redhat.com" />
      <gnome:userid>thaller</gnome:userid>
    </foaf:Person>
  </maintainer>
  <maintainer>
    <foaf:Person>
      <foaf:name>Beniamino Galvani</foaf:name>
      <foaf:mbox rdf:resource="mailto:bgalvani@redhat.com" />
      <gnome:userid>bgalvani</gnome:userid>
    </foaf:Person>
  </maintainer>
  <maintainer>
    <foaf:Person>
      <foaf:name>Francesco Giudici</foaf:name>
      <foaf:mbox rdf:resource="mailto:fgiudici@redhat.com" />
      <gnome:userid>fgiudici</gnome:userid>
    </foaf:Person>
  </maintainer>
  <maintainer>
    <foaf:Person>
      <foaf:name>Dan Williams</foaf:name>
      <foaf:mbox rdf:resource="mailto:dcbw@redhat.com" />
      <gnome:userid>dcbw</gnome:userid>
    </foaf:Person>
  </maintainer>
  <maintainer>
    <foaf:Person>
      <foaf:name>Antonio Cardace</foaf:name>
      <foaf:mbox rdf:resource="mailto:acardace@redhat.com" />
      <gnome:userid>acardace</gnome:userid>
    </foaf:Person>
  </maintainer>

</Project>