From 413a03c8a31dc099594d1f4225ff245125db6e14 Mon Sep 17 00:00:00 2001 From: Wunkolo Date: Sat, 15 Jul 2023 19:20:56 -0700 Subject: [PATCH] Use `https` protocol for cmrc submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index ac711a32..1b629d30 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,4 +27,4 @@ url = https://github.com/nothings/stb [submodule "third_party/cmrc"] path = third_party/cmrc - url = git@github.com:vector-of-bool/cmrc.git + url = https://github.com/vector-of-bool/cmrc