From 44a696e52fa421d2c3ce99b08cc7d2fd0b78be33 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Mon, 26 May 2025 13:18:51 +0200 Subject: [PATCH] Change submodule url from gitlab to gitea --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 19cf2fa..b8c1bbe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,5 +3,5 @@ url = https://gitea.psi.ch/5505-public/dima.git [submodule "third_party/acsmProcessingSoftware"] path = third_party/acsmProcessingSoftware - url = https://gitlab.psi.ch/apog/acsm-processing-software.git + url = https://gitea.psi.ch/APOG/acsm-processing-software.git branch = Nora/main