forked from GNOME/mobile-broadband-provider-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobile-broadband-provider-info.doap
44 lines (41 loc) · 1.66 KB
/
mobile-broadband-provider-info.doap
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
<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">mobile-broadband-provider-info</name>
<shortdesc xml:lang="en">Mobile broadband settings for various service providers</shortdesc>
<description>The mobile-broadband-provider-info package contains listings of mobile
broadband (3G) providers and associated network and plan information.</description>
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/issues/" />
<mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/networkmanager-list" />
<!-- Maintainers -->
<maintainer>
<foaf:Person>
<foaf:name>Antti Kaijanmäki</foaf:name>
<foaf:mbox rdf:resource="mailto:antti.kaijanmaki.net"/>
<gnome:userid>kaijanma</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Dan Williams</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>dcbw</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Lubomir Rintel</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>lkundrak</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Guido Günther</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>guidog</gnome:userid>
</foaf:Person>
</maintainer>
</Project>