Skip to content

Commit e677b71

Browse files
committed
cleanup
Signed-off-by: Emi <emi@hexops.com>
1 parent ea3dbba commit e677b71

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: slimsag
1+
github: emidoots

.github/workflows/sponsors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
uses: actions/checkout@v2
1212

1313
- name: Generate Sponsors Tier 1
14-
uses: slimsag/github-sponsors-readme-action@dev
14+
uses: emidoots/github-sponsors-readme-action@dev
1515
with:
1616
token: ${{ secrets.SLIMSAG_SPONSORS_PAT }}
1717
file: 'content/_index.md'
1818
maximum: 600 # cents
1919
marker: 'tier1'
2020

2121
- name: Generate Sponsors Tier 2
22-
uses: slimsag/github-sponsors-readme-action@dev
22+
uses: emidoots/github-sponsors-readme-action@dev
2323
with:
2424
token: ${{ secrets.SLIMSAG_SPONSORS_PAT }}
2525
file: 'content/_index.md'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div class="footer">
22
<a href="https://hexops.com/privacy">Privacy matters</a>
3-
<p><a href="https://github.com/hexops/machengine.org/archive/refs/heads/gh-pages.zip">offline version of this site</a> | <a href="{{$.Site.BaseURL}}/about#improve-this-site">Improve this site</a> | <a href="https://github.com/sponsors/slimsag">Sponsor on GitHub</a> | <a href="https://devlog.hexops.com/">Hexops' devlog</a></p>
3+
<p><a href="https://github.com/hexops/machengine.org/archive/refs/heads/gh-pages.zip">offline version of this site</a> | <a href="{{$.Site.BaseURL}}/about#improve-this-site">Improve this site</a> | <a href="https://github.com/sponsors/emidoots">Sponsor on GitHub</a> | <a href="https://devlog.hexops.com/">Hexops' devlog</a></p>
44
</div>

themes/minimal/layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="https://discord.gg/XNG3NZgCqp" class="svg-item">
1717
<img alt="Discord" class="svg-icon" src="{{$.Site.BaseURL}}/img/discord.svg">
1818
</a>
19-
<a href="https://github.com/sponsors/slimsag" class="donate-button">
19+
<a href="https://github.com/sponsors/emidoots" class="donate-button">
2020
<img alt="Heart" class="svg-icon" src="{{$.Site.BaseURL}}/img/heart.svg">
2121
&nbsp;Donate
2222
</a>

0 commit comments

Comments
 (0)