From 88ac06875f06aa3f3b83bd169b2e0b440f553867 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Wed, 16 Mar 2022 13:01:16 -0500 Subject: [PATCH] use https instead of git for mustache submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1739275a8..09cc7fdfd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "spec/mustache"] path = spec/mustache - url = git://github.com/mustache/spec.git + url = https://github.com/mustache/spec.git