Commit 2319fbfd authored by Michal Čihař's avatar Michal Čihař

Recognize additional GitHub repository URL

Fixes #959
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 1c790a26
......@@ -63,6 +63,7 @@ BITBUCKET_REPOS = (
GITHUB_REPOS = (
'git://github.com/%(owner)s/%(slug)s.git',
'https://github.com/%(owner)s/%(slug)s.git',
'https://github.com/%(owner)s/%(slug)s',
'git@github.com:%(owner)s/%(slug)s.git',
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment