summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-01-25 16:24:38 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-01-25 19:01:35 -0600
commitc68e327e86e70cffb30f117cccb044e4a86e7473 (patch)
tree19452055977a2b821a533d199a4c5857d7cdcc0a /.gitmodules
parent164d156ccd67b14977431fb4919d9a8584765b2a (diff)
downloadqtlocation-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--.gitmodules2
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