From d50a30f6995d797ecb15b3479961d62e808c0a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Malbr=C3=A1n?= Date: Tue, 16 Jul 2013 19:13:16 -0300 Subject: [PATCH] Change git to https --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 96c0078e3..dce419409 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,4 +27,4 @@ url = https://github.com/requirejs/i18n.git [submodule "src/extensions/default/JSLint/thirdparty/jslint"] path = src/extensions/default/JSLint/thirdparty/jslint - url = git://github.com/douglascrockford/JSLint.git + url = https://github.com/douglascrockford/JSLint.git