~sircmpwn/fosspay

ee9d36c115a67b38a58952559342c37db8ff0815 — Drew DeVault 2 years ago e6ba79c
Update github.com URLs to git.sr.ht
3 files changed, 3 insertions(+), 3 deletions(-)

M README.md
M templates/admin.html
M templates/index.html
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>