From 547ab79fba0387baa565bcfc29e8fc1f4e4edb09 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 19 Mar 2026 16:29:16 +0100 Subject: [PATCH] Change repos submodule URL from SSH to HTTPS The SSH URL (gitea@git.dannyhaslund.dk:...) requires SSH keys which aren't available in test VMs or CI environments. HTTPS works for public repos without authentication. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a9adbdc..ba88900 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/repos"] path = src/repos - url = gitea@git.dannyhaslund.dk:danny8632/repos.git + url = https://git.dannyhaslund.dk/danny8632/repos.git