From f661bb2b4665619cf849d4ad99b23f281a60a1e2 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 10 Apr 2014 23:33:15 +0530 Subject: [PATCH] Use https:// instead of git:// --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9555ddca4085a6..89035729d51468 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "webidl2"] path = webidl2 - url = git://github.com/darobin/webidl2.js.git + url = https://github.com/darobin/webidl2.js.git