-
-
Notifications
You must be signed in to change notification settings - Fork 329
/
funding.json
68 lines (68 loc) · 2.35 KB
/
funding.json
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
64
65
66
67
68
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "Guillaume Gomez",
"email": "[email protected]",
"phone": "",
"description": "Contributor on multiple open-source projects in the Rust ecosystem, including the Rust compiler itself.",
"webpageUrl": {
"url": "https://github.com/GuillaumeGomez/sysinfo"
}
},
"projects": [
{
"guid": "sysinfo-crate",
"name": "sysinfo",
"description": "Cross-platform library to fetch system information.",
"webpageUrl": {
"url": "https://github.com/GuillaumeGomez/sysinfo"
},
"repositoryUrl": {
"url": "https://github.com/GuillaumeGomez/sysinfo"
},
"licenses": ["spdx:MIT"],
"tags": ["rust", "system", "CPU", "process"]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/GuillaumeGomez",
"description": "Sponsor me through Github."
},
{
"guid": "paypal-sponsors",
"type": "payment-provider",
"address": "https://www.paypal.com/paypalme/imperioland",
"description": "Sponsor me through Paypal."
}
],
"plans": [
{
"guid": "developer-time",
"status": "active",
"name": "Developer compensation",
"description": "This will cover the cost of one developer working part-time on the projects.",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": ["github-sponsors", "paypal-sponsors"]
},
{
"guid": "support-plan",
"status": "active",
"name": "Support plan",
"description": "Pay anything you wish/can to show your support for the projects.",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": ["github-sponsors", "paypal-sponsors"]
}
],
"history": []
}
}