Merge pull request #19 from Perflyst/patch-1

Rename old SirCmpwn to ddevault
This commit is contained in:
Drew DeVault 2019-12-30 11:58:59 -07:00 committed by GitHub
commit 2b39975fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: 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 cd fosspay
Install the Python packages: Install the Python packages:

View File

@ -24,7 +24,7 @@
<ol> <ol>
<li> <li>
<strong>Set up a cron job to handle monthly donations.</strong> <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 Relevant documentation
</a>. </a>.
</li> </li>
@ -41,7 +41,7 @@
<a href="https://drewdevault.com/donate?project=fosspay">Donate to fosspay upstream</a>? <a href="https://drewdevault.com/donate?project=fosspay">Donate to fosspay upstream</a>?
</li> </li>
<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> </li>
</ol> </ol>
</div> </div>

View File

@ -153,7 +153,7 @@ window.email = "{{user.email}}";
{% endif %} {% endif %}
<p> <p>
<small class="text-muted"> <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> </small>
</p> </p>
</div> </div>

View File

@ -25,7 +25,7 @@
<ol> <ol>
<li> <li>
<strong>Set up a cron job to handle monthly donations.</strong> <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 Relevant documentation
</a>. </a>.
</li> </li>
@ -42,7 +42,7 @@
<a href="https://drewdevault.com/donate?project=fosspay">Donate to fosspay upstream</a>? <a href="https://drewdevault.com/donate?project=fosspay">Donate to fosspay upstream</a>?
</li> </li>
<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> </li>
</ol> </ol>
</div> </div>

View File

@ -153,7 +153,7 @@ window.email = "{{user.email}}";
{% endif %} {% endif %}
<p> <p>
<small class="text-muted"> <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> </small>
</p> </p>
</div> </div>

View File

@ -53,7 +53,7 @@ const currency = "{{ _cfg("currency") }}";
<div class="container text-center"> <div class="container text-center">
<p> <p>
<small class="text-muted"> <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> </small>
</p> </p>
</div> </div>