Update Leaflet.Draw repo URL
This commit is contained in:
parent
7bc90ccc0c
commit
646d99104e
1 changed files with 1 additions and 1 deletions
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -252,7 +252,7 @@ def collect_remote_statics():
|
||||||
run('mkdir -p {0}'.format(remote_static_dir))
|
run('mkdir -p {0}'.format(remote_static_dir))
|
||||||
remote_repositories = {
|
remote_repositories = {
|
||||||
'leaflet': "git://github.com/Leaflet/Leaflet.git@master",
|
'leaflet': "git://github.com/Leaflet/Leaflet.git@master",
|
||||||
'draw': "git://github.com/jacobtoye/Leaflet.draw.git@master",
|
'draw': "git://github.com/Leaflet/Leaflet.draw.git@master",
|
||||||
'hash': "git://github.com/mlevans/leaflet-hash.git@master",
|
'hash': "git://github.com/mlevans/leaflet-hash.git@master",
|
||||||
'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git@master',
|
'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git@master',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue