From 970cdb2c2646b385e627b98dc1800936cd619a10 Mon Sep 17 00:00:00 2001 From: forbes Date: Mon, 2 Feb 2026 06:06:43 -0600 Subject: [PATCH] chore: fork OndselSolver to internal Gitea instance Point the OndselSolver submodule at kindred/ondsel on gitea.kindred.internal so CI can fetch our fix for the Newton-Raphson convergence bug. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e4c2e1e425..632ba8d10d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "src/3rdParty/OndselSolver"] path = src/3rdParty/OndselSolver - url = https://github.com/FreeCAD/OndselSolver.git + url = https://gitea.kindred.internal/kindred/ondsel.git [submodule "tests/lib"] path = tests/lib url = https://github.com/google/googletest