-
-
Notifications
You must be signed in to change notification settings - Fork 183
/
Copy pathfunding.json
88 lines (88 loc) · 2.44 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
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "Ferdinand Mütsch",
"email": "[email protected]",
"description": "Author and maintainer of Wakapi and many other projects.",
"webpageUrl": {
"url": "https://muetsch.io",
"wellKnown": "https://muetsch.io/.well-known/funding-manifest-urls"
}
},
"projects": [
{
"guid": "wakapi",
"name": "Wakapi",
"description": "A minimalist, self-hosted WakaTime-compatible backend for coding statistics.",
"webpageUrl": {
"url": "https://wakapi.dev",
"wellKnown": "https://wakapi.dev/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://wakapi.dev/github",
"wellKnown": "https://wakapi.dev/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"productivity",
"self-hosted",
"developer-tools",
"time-tracker",
"wakatime",
"coding-stats"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "other",
"address": "https://github.com/sponsors/muety",
"description": "Use GitHub Sponsors to fund my work. This is most convenient for me, but feel free to reach out for alternatives."
}
],
"plans": [
{
"guid": "hosting-wakapi-monthly",
"status": "active",
"name": "Hosting support for Wakapi",
"description": "This will cover the monthly server hosting costs for Wakapi.",
"amount": 5,
"currency": "EUR",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "devtime-wakapi-monthly",
"status": "active",
"name": "Developer compensation for Wakapi",
"description": "This will cover the cost of one developer (myself) working occasionally on Wakapi.",
"amount": 50,
"currency": "EUR",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
},
{
"guid": "angel-plan",
"status": "active",
"name": "Goodwill plan",
"description": "Pay anything you wish to show your goodwill for any of my projects.",
"amount": 0,
"currency": "EUR",
"frequency": "one-time",
"channels": [
"github-sponsors"
]
}
]
}
}