-
-
Notifications
You must be signed in to change notification settings - Fork 677
/
funding.json
50 lines (50 loc) · 1.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
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "Aram Drevekenin",
"email": "[email protected]",
"description": "An indie developer rethinking our terminal experience",
"webpageUrl": {
"url": "https://zellij.dev",
"wellKnown": "https://zellij.dev/.well-known/funding-manifest-urls"
}
},
"projects": [{
"guid": "zellij",
"name": "Zellij",
"description": "A terminal workspace with batteries included",
"webpageUrl": {
"url": "https://zellij.dev",
"wellKnown": "https://zellij.dev/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/zellij-org/zellij"
},
"licenses": ["spdx:MIT"],
"tags": ["terminal", "linux", "macos", "developer-tools"]
}],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "other",
"address": "https://github.com/sponsors/imsnif",
"description": "My Github Sponsors page."
}
],
"plans": [
{
"guid": "sponsorship-plan",
"status": "active",
"name": "Sponsorship Plan",
"description": "Sponsor as you wish and are able (preferably in a recurring manner) to help me pay my bills!",
"amount": 0,
"currency": "USD",
"frequency": "other",
"channels": ["github-sponsors"]
}
]
}
}