diff --git a/fabfile.py b/fabfile.py
index f1cc1ee78d0dc65ffbcb3e3f6cd4a04bb0f960f7..7482fcb0d3691d0f5b27d4c5c1917120cdf41942 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -254,7 +254,7 @@ def collect_remote_statics():
         'leaflet': "git://github.com/CloudMade/Leaflet.git",
         'draw': "git://github.com/jacobtoye/Leaflet.draw.git",
         'hash': "git://github.com/mlevans/leaflet-hash.git",
-        'storage': 'git://github.com/yohanboniface/leaflet-storage.git',
+        'storage': 'git://github.com/yohanboniface/Leaflet.Storage.git',
     }
     with cd(remote_static_dir):
         for subdir, repository in remote_repositories.iteritems():