Skip to content

Commit 4c91f6a

Browse files
authored
Update to add IAS, remove Agaric (#28)
1 parent 8bb3335 commit 4c91f6a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

data/invoiced-sponsorships.jsonc

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
{
44
"monthly_invoiced_sponsorships": {
55
// total_monthly_sponsorship must be manually maintained
6-
"total_monthly_sponsorship": 2430,
6+
"total_monthly_sponsorship": 3048,
77
// total_sponsors must be manually maintained
8-
"total_sponsors": 6,
8+
"total_sponsors": 8,
99
"monthly_sponsors_per_tier": {
1010
// cps-it, 100 Euros/month, estimate of current
1111
"118": 1,
1212
// Redfin Solutions and LetsTalk
1313
"100": 2,
14+
// Institute for Advanced Studies
15+
"500": 1,
1416
// Tag1
1517
"1000": 1,
1618
// Upsun
@@ -23,18 +25,18 @@
2325
},
2426
"annual_invoiced_sponsorships": {
2527
// total_annual_sponsorships must be manually maintained
26-
"total_annual_sponsorships": 10600,
28+
"total_annual_sponsorships": 9400,
2729
// total_sponsors must be manually maintained
28-
"total_sponsors": 9,
30+
"total_sponsors": 8,
2931
// monthly_equivalent_sponsorship must be manually maintained
30-
"monthly_equivalent_sponsorship": 883,
32+
"monthly_equivalent_sponsorship": 783,
3133
"annual_sponsors_per_tier": {
3234
// B13 and Lullabot
3335
"2000": 2,
3436
// Morris Animal Foundation, Johan Du Bois
3537
"300": 2,
36-
// Cambrico, Agaric, Centarro, Pixel & Tonic, other annual $1200 sponsors
37-
"1200": 5
38+
// Cambrico, Centarro, Pixel & Tonic, other annual $1200 sponsors (Agaric dropped in 2026, ask them in 2027)
39+
"1200": 4
3840
}
3941
}
4042
}

0 commit comments

Comments
 (0)