-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfunding.json
117 lines (117 loc) · 3.62 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Zeeshan Ali Khan",
"email": "[email protected]",
"phone": "",
"description": "A FOSS developer",
"webpageUrl": {
"url": "https://github.com/zeenix/"
}
},
"projects": [
{
"guid": "zbus",
"name": "zbus",
"description": "A Rust API for D-Bus communication. The goal is to provide a safe and simple high- and low-level API akin to GDBus, that doesn't depend on C libraries.",
"webpageUrl": {
"url": "https://github.com/dbus2/zbus/"
},
"repositoryUrl": {
"url": "https://github.com/dbus2/zbus/"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"D-Bus",
"DBus",
"IPC"
]
},
{
"guid": "busd",
"name": "busd",
"description": "A modern D-Bus bus (broker) implementation. Since it's pure Rust, it's much easier to build for multiple platforms than other D-Bus brokers.",
"webpageUrl": {
"url": "https://github.com/dbus2/busd"
},
"repositoryUrl": {
"url": "https://github.com/dbus2/busd"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"D-Bus",
"DBus",
"IPC",
"broker"
]
}
],
"funding": {
"channels": [
{
"guid": "n26",
"type": "bank"
},
{
"guid": "github",
"type": "other",
"address": "https://github.com/sponsors/zeenix"
},
{
"guid": "btc",
"type": "other",
"address": "3AVRBN59s1oHMyA3ePMgN7wrbMeEWA2R4Z"
}
],
"plans": [
{
"guid": "maintenance",
"status": "active",
"name": "Maintenance",
"description": "Time to review PRs and issues, triage bugs, and keep the project healthy.",
"amount": 0,
"currency": "EUR",
"frequency": "monthly",
"channels": [
"n26",
"github",
"btc"
]
},
{
"guid": "ci-expenses",
"status": "active",
"name": "CI expenses",
"description": "Costs for running CI pipelines.",
"amount": 50,
"currency": "EUR",
"frequency": "monthly",
"channels": [
"n26",
"github",
"btc"
]
},
{
"guid": "busd-feature-parity",
"status": "active",
"name": "busd feature parity",
"description": "The goal is to make busd enable all essential features expected from a D-Bus broker so it can replace existing brokers: https://github.com/dbus2/busd/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+parity%22.",
"amount": 10000,
"currency": "EUR",
"frequency": "one-time",
"channels": [
"n26",
"github",
"btc"
]
}
]
}
}