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.
This commit is contained in:
Kumi 2024-02-10 18:17:46 +01:00
parent 9d56c0b3ab
commit 5f9f62df76
Signed by: kumi
GPG key ID: ECBCC9082395383F

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "extern/limedriver"]
path = extern/limedriver
url = git@github.com:nqrduck/LimeDriver.git
url = https://github.com/nqrduck/LimeDriver.git