From 5024d44910048d39888ecb1f22709365fbc85ba0 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Thu, 31 Aug 2017 11:19:58 +1000 Subject: Use HTTPS for shoulda.js submodule URL --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3f5b74a2..24458233 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tests/shoulda.js"] path = tests/shoulda.js - url = git://github.com/philc/shoulda.js.git + url = https://github.com/philc/shoulda.js.git -- cgit v1.2.3