diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-06-05 00:54:38 -0700 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-06-05 00:54:38 -0700 |
commit | 238488c413e0fdc7879c4b7c96c9f0b0b6dbeb2f (patch) | |
tree | a50b7c3f6c8b90c942c32a4796cc28220989e56d /.gitmodules | |
parent | 09737e150f413b38bed004fe9527966a07dcf288 (diff) | |
download | qtlocation-mapboxgl-238488c413e0fdc7879c4b7c96c9f0b0b6dbeb2f.tar.gz |
fix #313
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index e2d05b3e9b..a1359e7398 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "ios/mapbox-gl-cocoa"] path = ios/mapbox-gl-cocoa - url = git@github.com:mapbox/mapbox-gl-cocoa.git + url = https://github.com/mapbox/mapbox-gl-cocoa.git |