~edwargix/git.sr.ht

2b65f76103501b4adc71774ef51949afdfe986da — Drew DeVault 8 years ago 8be8ace
Fix git clone URL
1 files changed, 1 insertions(+), 1 deletions(-)

M gitsrht/blueprints/public.py
M gitsrht/blueprints/public.py => gitsrht/blueprints/public.py +1 -1
@@ 46,7 46,7 @@ def cgit_passthrough(owner_name, repo_name, cgit_path):
        abort(r.status_code)
    base = cfg("network", "git").replace("http://", "").replace("https://", "")
    clone_urls = [
        ("ssh://git@{}/{}/{}", "git@{}/{}/{}"),
        ("ssh://git@{}:{}/{}", "git@{}:{}/{}"),
        ("https://{}/{}/{}",),
        ("git://{}/{}/{}",)
    ]