Market is broken, don't default to it

This commit is contained in:
Daniel Martí 2013-08-08 16:47:26 +02:00
parent 8cf3b9ec5d
commit 705a05f4c1
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@ def main():
repotype = 'git'
sourcecode = ""
website = ""
if url.startswith('https://github.com'):
elif url.startswith('https://github.com'):
if url.endswith('/'):
url = url[:-1]
if url.endswith('.git'):