From ca3eac97cb6c89803aea3f2e7622756e7f3384d4 Mon Sep 17 00:00:00 2001 From: ritt Date: Fri, 11 Sep 2026 12:48:54 +0200 Subject: [PATCH] Use HTTPS URL for mxml submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 2cf14c53..5a8a7c24 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "mxml"] path = mxml -url=git@gitea.psi.ch:ELOG/mxml.git + url = https://gitea.psi.ch/ELOG/mxml.git