Update Leaflet repo path

This commit is contained in:
Yohan Boniface 2013-01-12 01:51:43 +01:00
parent 1409f17979
commit aa79852cea

2
fabfile.py vendored
View file

@ -251,7 +251,7 @@ def collect_remote_statics():
remote_static_dir = '{project_dir}/{project_name}/remote_static'.format(**env) remote_static_dir = '{project_dir}/{project_name}/remote_static'.format(**env)
run('mkdir -p {0}'.format(remote_static_dir)) run('mkdir -p {0}'.format(remote_static_dir))
remote_repositories = { remote_repositories = {
'leaflet': "git://github.com/CloudMade/Leaflet.git@master", 'leaflet': "git://github.com/Leaflet/Leaflet.git@master",
'draw': "git://github.com/jacobtoye/Leaflet.draw.git@master", 'draw': "git://github.com/jacobtoye/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',