From 5f9f62df76c9ef157c2edc29e9c22b456b4b8de0 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 10 Feb 2024 18:17:46 +0100 Subject: [PATCH] Update LimeDriver submodule URL to HTTPS Switched the submodule URL in .gitmodules for 'LimeDriver' from SSH to HTTPS to improve compatibility for cloning without requiring SSH keys. This change should facilitate easier access for contributors and automated build systems that may not have SSH key setups. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 184606d..5718b13 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "extern/limedriver"] path = extern/limedriver - url = git@github.com:nqrduck/LimeDriver.git + url = https://github.com/nqrduck/LimeDriver.git