From 414046d104961158a2def33707a064cb3202023f Mon Sep 17 00:00:00 2001 From: Alexandre Guillemot <alexandre.guillemot@inria.fr> Date: Thu, 20 Feb 2025 16:26:53 +0100 Subject: [PATCH] rename algpath to adaptive --- .gitmodules | 2 +- packages/{algpath => adaptive} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename packages/{algpath => adaptive} (100%) diff --git a/.gitmodules b/.gitmodules index 4289296a..51e0bffd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "packages/algpath"] - path = packages/algpath + path = packages/adaptive url = https://gitlab.inria.fr/numag/algpath.git branch = dev diff --git a/packages/algpath b/packages/adaptive similarity index 100% rename from packages/algpath rename to packages/adaptive -- GitLab