Skip to content

Commit 8eea20b

Browse files
committed
Add well-knowns
1 parent 404fe50 commit 8eea20b

4 files changed

Lines changed: 67 additions & 0 deletions

File tree

.well-known/openpgpkey/hu/nwnwrk3rczw4ou5x56ibcrdatrgf1xag renamed to src/.well-known/openpgpkey/hu/nwnwrk3rczw4ou5x56ibcrdatrgf1xag

File renamed without changes.

src/funding.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"version": "v1.1.0",
3+
"entity": {
4+
"type": "organisation",
5+
"role": "owner",
6+
"name": "Typelevel Foundation",
7+
"email": "donate@typelevel.org",
8+
"description": "The Typelevel Foundation is a nonprofit 501(c)(3) public charity (EIN: 39-3611111). Our mission is to ensure the long-term sustainability of the Typelevel ecosystem, advance research and education in functional programming, and grow our community of curious and passionate developers.",
9+
"webpageUrl": {
10+
"url": "https://typelevel.org"
11+
}
12+
},
13+
"projects": [
14+
{
15+
"guid": "cats-effect",
16+
"name": "Cats Effect",
17+
"description": "Use functional programming to write a concurrent application and execute it on a high-performance, asynchronous runtime targeting the platform of your choice.",
18+
"webpageUrl": {
19+
"url": "https://typelevel.org"
20+
},
21+
"repositoryUrl": {
22+
"url": "https://github.com/typelevel/cats-effect"
23+
},
24+
"licenses": [
25+
"spdx:Apache-2.0"
26+
],
27+
"tags": [
28+
"functional-programming",
29+
"effect-systems",
30+
"concurrency",
31+
"async",
32+
"runtimes",
33+
"scala"
34+
]
35+
}
36+
],
37+
"funding": {
38+
"channels": [
39+
{
40+
"guid": "github-sponsors",
41+
"type": "payment-provider",
42+
"address": "https://github.com/sponsors/typelevel/"
43+
},
44+
{
45+
"guid": "every-org",
46+
"type": "payment-provider",
47+
"address": "https://www.every.org/typelevel-foundation"
48+
}
49+
],
50+
"plans": [
51+
{
52+
"guid": "supporter",
53+
"status": "active",
54+
"name": "Supporter",
55+
"description": "Enjoy free virtual admission to Typelevel Summits.",
56+
"amount": 75,
57+
"currency": "USD",
58+
"frequency": "yearly",
59+
"channels": [
60+
"github-sponsors",
61+
"every-org"
62+
]
63+
}
64+
],
65+
"history": []
66+
}
67+
}

0 commit comments

Comments
 (0)