Skip to content

Commit 8c8f562

Browse files
committed
fix: updated sponsors page, updated sponsors stats to include @ErikBjare GitHub sponsors
1 parent 4406749 commit 8c8f562

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

_includes/sponsors.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
<td style="text-align:center;">✔️</td>
1313
<td style="text-align:right;">524.00 USD</td>
1414
</tr>
15+
<tr>
16+
<td>Shane Fontaine (<a href="https://github.com/shanefontaine">@shanefontaine</a>)</td>
17+
<td style="text-align:center;">✔️</td>
18+
<td style="text-align:right;">329.33 USD</td>
19+
</tr>
20+
<tr>
21+
<td>Ore O (<a href="https://github.com/oreHGA">@oreHGA</a>)</td>
22+
<td style="text-align:center;">✔️</td>
23+
<td style="text-align:right;">256.77 USD</td>
24+
</tr>
1525
<tr>
1626
<td>Paul Cuciureanu</td>
1727
<td style="text-align:center;"></td>
@@ -62,6 +72,11 @@
6272
<td style="text-align:center;">✔️</td>
6373
<td style="text-align:right;">91.29 USD</td>
6474
</tr>
75+
<tr>
76+
<td>Gergely Daróczi (<a href="https://github.com/daroczig">@daroczig</a>)</td>
77+
<td style="text-align:center;">✔️</td>
78+
<td style="text-align:right;">88.18 USD</td>
79+
</tr>
6580
<tr>
6681
<td>PK</td>
6782
<td style="text-align:center;"></td>
@@ -97,6 +112,11 @@
97112
<td style="text-align:center;"></td>
98113
<td style="text-align:right;">63.00 USD</td>
99114
</tr>
115+
<tr>
116+
<td>Tymoteusz Czech (<a href="https://github.com/Tymek">@Tymek</a>)</td>
117+
<td style="text-align:center;"></td>
118+
<td style="text-align:right;">62.33 USD</td>
119+
</tr>
100120
<tr>
101121
<td>Jonathan Barrios (<a href="https://github.com/jeb2239">@jeb2239</a>)</td>
102122
<td style="text-align:center;"></td>
@@ -202,6 +222,11 @@
202222
<td style="text-align:center;"></td>
203223
<td style="text-align:right;">30.00 USD</td>
204224
</tr>
225+
<tr>
226+
<td>Yegor ❤️ (<a href="https://github.com/yzevm">@yzevm</a>)</td>
227+
<td style="text-align:center;"></td>
228+
<td style="text-align:right;">30.00 USD</td>
229+
</tr>
205230
<tr>
206231
<td>Abimael (<a href="https://github.com/abimael">@abimael</a>)</td>
207232
<td style="text-align:center;"></td>
@@ -407,6 +432,11 @@
407432
<td style="text-align:center;"></td>
408433
<td style="text-align:right;">13.00 USD</td>
409434
</tr>
435+
<tr>
436+
<td>Mihir Chaturvedi (<a href="https://github.com/plibither8">@plibither8</a>)</td>
437+
<td style="text-align:center;"></td>
438+
<td style="text-align:right;">12.00 USD</td>
439+
</tr>
410440
<tr>
411441
<td>Joel Poxton</td>
412442
<td style="text-align:center;">✔️</td>

sponsors.pug

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,15 @@ style
4343
hr
4444

4545
p
46-
| This page is built from transactions to our OpenCollective, GitHub Sponsors, and Patreon accounts. If you want to be listed here, please consider #[a(href="https://activitywatch.net/donate/") supporting us] on one of those platforms.
46+
| This page is generated using #[a(href="https://github.com/ActivityWatch/stats/blob/master/analyze_sponsors.py") this script] with transactions exported from the following platforms:
47+
ul
48+
li #[a(href="https://opencollective.com/activitywatch") OpenCollective]
49+
li GitHub Sponsors (#[a(href="https://github.com/sponsors/ActivityWatch") @ActivityWatch])
50+
li GitHub Sponsors (#[a(href="https://github.com/sponsors/ErikBjare") @ErikBjare])
51+
li #[a(href="https://www.patreon.com/erikbjare") Erik Bjäreholt's Patreon]
52+
53+
p
54+
| If you want to be listed here, please consider #[a(href="https://activitywatch.net/donate/") supporting us] on one of those platforms.
4755

4856
p.small
4957
| Sponsors with less than $10 in total donations are not listed, but thank you anyway!

0 commit comments

Comments
 (0)