From df76a4d42150df635b3346254f6b5062422a0efa Mon Sep 17 00:00:00 2001 From: Rob Sargant Date: Mon, 18 Jul 2022 21:59:00 +0100 Subject: [PATCH] Convert .gitmodule paths from SSH to HTTPS The SSH format prevents people from building the code without private key access to the repo --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index c574b3e..c09a600 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,16 +1,16 @@ [submodule "third-party/DinguxCommander"] path = third-party/DinguxCommander - url = git@github.com:shauninman/DinguxCommander.git + url = https://github.com/shauninman/DinguxCommander.git branch = miniui-miyoomini [submodule "third-party/SDL-1.2"] path = third-party/SDL-1.2 - url = git@github.com:shauninman/SDL-1.2.git + url = https://github.com/shauninman/SDL-1.2.git branch = miniui-miyoomini [submodule "third-party/picoarch"] path = third-party/picoarch - url = git@github.com:shauninman/picoarch.git + url = https://github.com/shauninman/picoarch.git branch = miniui-miyoomini [submodule "third-party/vvvvvv"] path = third-party/vvvvvv - url = git@github.com:shauninman/VVVVVV.git + url = https://github.com/shauninman/VVVVVV.git branch = miniui-miyoomini