Update github.com URLs to git.sr.ht

master
Drew DeVault 4 years ago
parent e6ba79c8f5
commit ee9d36c115
  1. 2
      README.md
  2. 2
      templates/admin.html
  3. 2
      templates/index.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/ddevault/fosspay.git
git clone https://git.sr.ht/~sircmpwn/fosspay
cd fosspay
Install the Python packages:

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

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

Loading…
Cancel
Save