From 1b55f5e651dab8204607f665aaec7d76e8439cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Thu, 13 Nov 2025 16:31:47 +0100 Subject: [PATCH] chore: use git mv to set new path for litephreeqc --- .gitmodules | 2 +- ext/{iphreeqc => litephreeqc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ext/{iphreeqc => litephreeqc} (100%) diff --git a/.gitmodules b/.gitmodules index b24b34073..ad7c9d598 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,5 +3,5 @@ url = ../tug.git [submodule "ext/litephreeqc"] - path = ext/iphreeqc + path = ext/litephreeqc url = ../litephreeqc.git diff --git a/ext/iphreeqc b/ext/litephreeqc similarity index 100% rename from ext/iphreeqc rename to ext/litephreeqc