From d39df0f37082e593154da680556c88bdd635f643 Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Tue, 23 Jun 2020 15:32:22 -0700 Subject: [PATCH] Changed submodules to use https instead of ssh --- .gitmodules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index b75698b..83cc629 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +1,18 @@ [submodule "3rdparty/glfw"] path = 3rdparty/glfw - url = git@github.com:glfw/glfw.git + url = https://github.com/glfw/glfw [submodule "3rdparty/glad"] path = 3rdparty/glad - url = git@github.com:Dav1dde/glad.git + url = https://github.com/Dav1dde/glad [submodule "hydra"] path = hydra - url = git@github.com:KrakenEngine/hydra.git + url = https://github.com/KrakenEngine/hydra [submodule "3rdparty/glslang"] path = 3rdparty/glslang - url = git@github.com:KhronosGroup/glslang.git + url = https://github.com/KhronosGroup/glslang [submodule "3rdparty/vulkan"] path = 3rdparty/vulkan - url = git@github.com:KhronosGroup/Vulkan-Headers.git + url = https://github.com/KhronosGroup/Vulkan-Headers [submodule "3rdparty/volk"] path = 3rdparty/volk - url = git@github.com:github.com/zeux/volk.git + url = https://github.com/zeux/volk