Rename old SirCmpwn to ddevault

This commit is contained in:
Perflyst 2019-12-24 17:15:39 +01:00
parent c44ad4432c
commit 931b36db5e
No known key found for this signature in database
GPG Key ID: B0D9C8E56E999F68
6 changed files with 8 additions and 8 deletions

View File

@ -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/SirCmpwn/fosspay.git
git clone git://github.com/ddevault/fosspay.git
cd fosspay
Install the Python packages:

View File

@ -24,7 +24,7 @@
<ol>
<li>
<strong>Set up a cron job to handle monthly donations.</strong>
<a href="https://github.com/SirCmpwn/fosspay/wiki/Recurring-donations-cronjob">
<a href="https://github.com/ddevault/fosspay/wiki/Recurring-donations-cronjob">
Relevant documentation
</a>.
</li>
@ -41,7 +41,7 @@
<a href="https://drewdevault.com/donate?project=fosspay">Donate to fosspay upstream</a>?
</li>
<li>
<a href="https://github.com/SirCmpwn/fosspay">Contribute code to fosspay upstream</a>?
<a href="https://github.com/ddevault/fosspay">Contribute code to fosspay upstream</a>?
</li>
</ol>
</div>

View File

@ -153,7 +153,7 @@ window.email = "{{user.email}}";
{% endif %}
<p>
<small class="text-muted">
Powered by <a href="https://github.com/SirCmpwn/fosspay">fosspay</a>.
Powered by <a href="https://github.com/ddevault/fosspay">fosspay</a>.
</small>
</p>
</div>

View File

@ -25,7 +25,7 @@
<ol>
<li>
<strong>Set up a cron job to handle monthly donations.</strong>
<a href="https://github.com/SirCmpwn/fosspay/wiki/Recurring-donations-cronjob">
<a href="https://github.com/ddevault/fosspay/wiki/Recurring-donations-cronjob">
Relevant documentation
</a>.
</li>
@ -42,7 +42,7 @@
<a href="https://drewdevault.com/donate?project=fosspay">Donate to fosspay upstream</a>?
</li>
<li>
<a href="https://github.com/SirCmpwn/fosspay">Contribute code to fosspay upstream</a>?
<a href="https://github.com/ddevault/fosspay">Contribute code to fosspay upstream</a>?
</li>
</ol>
</div>

View File

@ -153,7 +153,7 @@ window.email = "{{user.email}}";
{% endif %}
<p>
<small class="text-muted">
Powered by <a href="https://github.com/SirCmpwn/fosspay">fosspay</a>.
Powered by <a href="https://github.com/ddevault/fosspay">fosspay</a>.
</small>
</p>
</div>

View File

@ -53,7 +53,7 @@ const currency = "{{ _cfg("currency") }}";
<div class="container text-center">
<p>
<small class="text-muted">
Powered by <a href="https://github.com/SirCmpwn/fosspay">fosspay</a>.
Powered by <a href="https://github.com/ddevault/fosspay">fosspay</a>.
</small>
</p>
</div>