Rename old SirCmpwn to ddevault

master
Perflyst 5 years ago
parent c44ad4432c
commit 931b36db5e
No known key found for this signature in database
GPG Key ID: B0D9C8E56E999F68
  1. 2
      README.md
  2. 4
      contrib/fr/overrides/admin.html
  3. 2
      contrib/fr/overrides/index.html
  4. 4
      templates/admin.html
  5. 2
      templates/index.html
  6. 2
      templates/invoice.html

@ -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:

@ -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>

@ -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>

@ -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>

@ -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>

@ -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>

Loading…
Cancel
Save