From aa79852cea456840c1e9f902e52171623fce956f Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 12 Jan 2013 01:51:43 +0100 Subject: [PATCH] Update Leaflet repo path --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index 688288e7..de5c0e99 100644 --- a/fabfile.py +++ b/fabfile.py @@ -251,7 +251,7 @@ def collect_remote_statics(): remote_static_dir = '{project_dir}/{project_name}/remote_static'.format(**env) run('mkdir -p {0}'.format(remote_static_dir)) 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", 'hash': "git://github.com/mlevans/leaflet-hash.git@master", 'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git@master',