From 693f47fd1e14543f9044e52946c7eb6bc2c25fc9 Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Sat, 28 Feb 2026 19:15:40 +0100 Subject: [PATCH] Change aurora submodule URL to HTTPS --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 701ba3ee2f..b386c1754a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "extern/aurora"] path = extern/aurora - url = git@github.com:encounter/aurora.git + url = https://github.com/encounter/aurora.git