M README.md => README.md +1 -1
@@ 35,7 35,7 @@ string for later.
Clone the git repository on the server that you want to host fosspay on:
- git clone git://github.com/ddevault/fosspay.git
+ git clone https://git.sr.ht/~sircmpwn/fosspay
cd fosspay
Install the Python packages:
M templates/admin.html => templates/admin.html +1 -1
@@ 42,7 42,7 @@
<a href="https://drewdevault.com/donate?project=fosspay">Donate to fosspay upstream</a>?
</li>
<li>
- <a href="https://github.com/ddevault/fosspay">Contribute code to fosspay upstream</a>?
+ <a href="https://git.sr.ht/~sircmpwn/fosspay">Contribute code to fosspay upstream</a>?
</li>
</ol>
</div>
M templates/index.html => templates/index.html +1 -1
@@ 153,7 153,7 @@ window.email = "{{user.email}}";
{% endif %}
<p>
<small class="text-muted">
- Powered by <a href="https://github.com/ddevault/fosspay">fosspay</a>.
+ Powered by <a href="https://git.sr.ht/~sircmpwn/fosspay">fosspay</a>.
</small>
</p>
</div>