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:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user