Remove unnecessary username component from Bitbucket url
This commit is contained in:
parent
b06d429416
commit
7968594ec6
|
@ -19,7 +19,7 @@ import zipfile
|
|||
depot_tools_url = 'https://chromium.googlesource.com/chromium/tools/depot_tools.git'
|
||||
depot_tools_archive_url = 'https://src.chromium.org/svn/trunk/tools/depot_tools.zip'
|
||||
|
||||
cef_git_url = 'https://chromiumembedded@bitbucket.org/chromiumembedded/cef.git'
|
||||
cef_git_url = 'https://bitbucket.org/chromiumembedded/cef.git'
|
||||
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue