From db25f26d435a9040e7461ad2d61547d8b3a32df1 Mon Sep 17 00:00:00 2001 From: Logan McNaughton Date: Thu, 27 Oct 2016 13:53:17 -0600 Subject: [PATCH] Some firewalls do better with https --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 71d65bba2f..92451c5e52 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "deps/glslang/glslang"] path = deps/glslang/glslang - url = git://github.com/KhronosGroup/glslang.git + url = https://github.com/KhronosGroup/glslang.git [submodule "deps/SPIRV-Cross"] path = deps/SPIRV-Cross - url = git://github.com/KhronosGroup/SPIRV-Cross + url = https://github.com/KhronosGroup/SPIRV-Cross