diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-01-25 16:24:38 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-01-25 19:01:35 -0600 |
commit | c68e327e86e70cffb30f117cccb044e4a86e7473 (patch) | |
tree | 19452055977a2b821a533d199a4c5857d7cdcc0a /.gitmodules | |
parent | 164d156ccd67b14977431fb4919d9a8584765b2a (diff) | |
download | qtlocation-mapboxgl-c68e327e86e70cffb30f117cccb044e4a86e7473.tar.gz |
[build] Use https for mapbox-gl-js submodule
This allows pushing directly from the submodule, if you have https authentication set up.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 9a9f6c1ed1..fbdee10efc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,4 +14,4 @@ url = https://github.com/AliSoftware/OHHTTPStubs.git [submodule "mapbox-gl-js"] path = mapbox-gl-js - url = git://github.com/mapbox/mapbox-gl-js.git + url = https://github.com/mapbox/mapbox-gl-js.git |