From c68e327e86e70cffb30f117cccb044e4a86e7473 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 25 Jan 2017 16:24:38 -0800 Subject: [build] Use https for mapbox-gl-js submodule This allows pushing directly from the submodule, if you have https authentication set up. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1