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) <noreply@anthropic.com>
This commit is contained in:
2026-03-19 16:29:16 +01:00
parent 0c0f1ec715
commit 547ab79fba

2
.gitmodules vendored
View File

@@ -1,3 +1,3 @@
[submodule "src/repos"] [submodule "src/repos"]
path = src/repos path = src/repos
url = gitea@git.dannyhaslund.dk:danny8632/repos.git url = https://git.dannyhaslund.dk/danny8632/repos.git