|
3 | 3 | { |
4 | 4 | "monthly_invoiced_sponsorships": { |
5 | 5 | // total_monthly_sponsorship must be manually maintained |
6 | | - "total_monthly_sponsorship": 2430, |
| 6 | + "total_monthly_sponsorship": 3048, |
7 | 7 | // total_sponsors must be manually maintained |
8 | | - "total_sponsors": 6, |
| 8 | + "total_sponsors": 8, |
9 | 9 | "monthly_sponsors_per_tier": { |
10 | 10 | // cps-it, 100 Euros/month, estimate of current |
11 | 11 | "118": 1, |
12 | 12 | // Redfin Solutions and LetsTalk |
13 | 13 | "100": 2, |
| 14 | + // Institute for Advanced Studies |
| 15 | + "500": 1, |
14 | 16 | // Tag1 |
15 | 17 | "1000": 1, |
16 | 18 | // Upsun |
|
23 | 25 | }, |
24 | 26 | "annual_invoiced_sponsorships": { |
25 | 27 | // total_annual_sponsorships must be manually maintained |
26 | | - "total_annual_sponsorships": 10600, |
| 28 | + "total_annual_sponsorships": 9400, |
27 | 29 | // total_sponsors must be manually maintained |
28 | | - "total_sponsors": 9, |
| 30 | + "total_sponsors": 8, |
29 | 31 | // monthly_equivalent_sponsorship must be manually maintained |
30 | | - "monthly_equivalent_sponsorship": 883, |
| 32 | + "monthly_equivalent_sponsorship": 783, |
31 | 33 | "annual_sponsors_per_tier": { |
32 | 34 | // B13 and Lullabot |
33 | 35 | "2000": 2, |
34 | 36 | // Morris Animal Foundation, Johan Du Bois |
35 | 37 | "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 |
38 | 40 | } |
39 | 41 | } |
40 | 42 | } |
0 commit comments