-
-
Notifications
You must be signed in to change notification settings - Fork 183
/
funding.json
62 lines (59 loc) · 1.46 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
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Louis Pilfold",
"email": "[email protected]",
"description": "The creator and maintainer of the Gleam programming language",
"webpageUrl": {
"url": "https://gleam.run"
}
},
"projects": [
{
"guid": "gleam",
"name": "The Gleam Programming Language",
"description": "Gleam is a friendly language for building type-safe systems that scale!",
"webpageUrl": {
"url": "https://gleam.run/"
},
"repositoryUrl": {
"url": "https://github.com/gleam-lang/gleam/",
"wellKnown": "https://github.com/gleam-lang/gleam/blob/main/.well-known/funding-manifest-urls"
},
"licenses": ["spdx:Apache-2.0"],
"tags": [
"developer-tools",
"development",
"programming",
"software-engineering"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/lpil"
},
{
"guid": "liberapay",
"type": "payment-provider",
"address": "https://liberapay.com/gleam"
}
],
"plans": [
{
"guid": "plan",
"status": "active",
"name": "Sponsorship",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": ["github-sponsors", "liberapay"]
}
]
}
}