-
-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathfunding.json
107 lines (107 loc) · 4.4 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
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "Predrag Gruevski",
"email": "[email protected]",
"description": "Author and maintainer of cargo-semver-checks.",
"webpageUrl": {
"url": "https://predr.ag/",
"wellKnown": "https://predr.ag/.well-known/funding-manifest-urls"
}
},
"projects": [
{
"guid": "cargo-semver-checks",
"name": "cargo-semver-checks",
"description": "Lint your Rust crates for accidental breaking changes.",
"webpageUrl": {
"url": "https://github.com/obi1kenobi/cargo-semver-checks"
},
"repositoryUrl": {
"url": "https://github.com/obi1kenobi/cargo-semver-checks"
},
"licenses": [
"spdx:Apache-2.0",
"spdx:MIT"
],
"tags": [
"linter",
"semver",
"packaging",
"developer-tools",
"devops"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "other",
"address": "https://github.com/sponsors/obi1kenobi",
"description": "Use GitHub Sponsors to fund my work. If for any reason GitHub Sponsors isn't a good fit for you, please contact me over email and we can make alternative arrangements."
},
{
"guid": "bank-invoice",
"type": "bank",
"address": "",
"description": "Send a payment via bank transfer. If you need an invoice, I'm happy to provide one. Please email me for details."
}
],
"plans": [
{
"guid": "enterprise-supporter",
"status": "active",
"name": "Enterprise Tier",
"description": "For enterprises with needs which might not be served by cargo-semver-checks in its current form. Get direct maintainer access, get help with your team's custom needs, and have influence on future design decisions. Please reach out over email before selecting this tier so we can ensure we can accommodate your team's needs.",
"amount": 10000,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors",
"bank-invoice"
]
},
{
"guid": "corporate-supporter",
"status": "active",
"name": "Corporate Tier",
"description": "For companies that see value in my work and would like to incentivize me to do more of it. You'll have some influence over future development, but will not be able to get customized features specific to your use case. For custom work specific to your needs, please use the Enterprise Tier instead.",
"amount": 3000,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors",
"bank-invoice"
]
},
{
"guid": "startup-supporter",
"status": "active",
"name": "Startup Tier",
"description": "For small startup companies (<100 people) that see value in my work and would like to incentivize me to do more of it. Allows me to spend time working on cargo-semver-checks instead of doing other work to pay my bills.",
"amount": 300,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors",
"bank-invoice"
]
},
{
"guid": "any-amount",
"status": "active",
"name": "A Token of Support",
"description": "Pay any amount to show your support and good will for the project. Allows me to spend time working on cargo-semver-checks instead of doing other work to pay my bills.",
"amount": 0,
"currency": "USD",
"frequency": "other",
"channels": [
"github-sponsors"
]
}
]
}
}