-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathfunding.json
68 lines (68 loc) · 1.72 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": "organisation",
"role": "owner",
"name": "Serpent OS",
"email": "ikey@serpentos.com",
"phone": "",
"description": "The Serpent OS Linux distribution - a bold, independent project creating a new set of tooling to solve the problem of creating and managing distributions, effectively.",
"webpageUrl": {
"url": "https://github.com/serpent-os"
}
},
"projects": [
{
"guid": "moss-and-boulder",
"name": "tools",
"description": "Serpent OS package management tooling: moss and boulder",
"webpageUrl": {
"url": "https://github.com/serpent-os/tools"
},
"repositoryUrl": {
"url": "https://github.com/serpent-os/tools"
},
"licenses": [
"spdx:MPL-2.0"
],
"tags": [
"package-management",
"atomic-update",
"linux",
"rust"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/ikeycode",
"description": "GitHub sponsors"
},
{
"guid": "kofi",
"type": "payment-provider",
"address": "https://ko-fi.com/AerynOS",
"description": "Ko-fi subscriptions/one-time-payments/etc"
}
],
"plans": [
{
"guid": "monthly-funding",
"status": "active",
"name": "Monthly developer funding",
"description": "Fund full time development and hosting costs monthly",
"amount": 3000,
"currency": "GBP",
"frequency": "monthly",
"channels": [
"github-sponsors",
"kofi"
]
}
],
"history": []
}
}