From d94c7f8c63928bc7307ad8ff5eb38b3189bd5def Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Tue, 27 May 2025 15:20:50 +0100 Subject: [PATCH] Switch to using https for submodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2862933..de37c82 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "wapp"] path = wapp - url = git@git.thewizardapprentice.com:abdelrahman/wizapp-stdlib + url = https://git.thewizardapprentice.com:abdelrahman/wizapp-stdlib [submodule "raylib-src"] path = raylib-src - url = git@github.com:raysan5/raylib + url = https://github.com:raysan5/raylib