diff --git a/fdroidserver/import.py b/fdroidserver/import.py index 485301ff..6bf1516c 100644 --- a/fdroidserver/import.py +++ b/fdroidserver/import.py @@ -58,6 +58,8 @@ def main(): issuetracker = None license = None if url.startswith('https://github.com'): + if url.endswith('/'): + url = url[:-1] projecttype = 'github' repo = url + '.git' repotype = 'git'