From a412adaffe24f7ef67863126d238c6ab61bf010a Mon Sep 17 00:00:00 2001 From: Forrest Cahoon Date: Sun, 18 Oct 2020 19:45:34 -0500 Subject: [PATCH] Update .gitmodules file to pull from new subproject locations --- .gitmodules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index db2975b5..c6a5b606 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,13 +1,13 @@ # plugins modules [submodule "plug"] path = plug - url = https://github.com/fennecdjay/Gwion-plug - active = false + url = https://github.com/Gwion/Gwion-plug + active = false [submodule "util"] path = util - url = https://github.com/fennecdjay/gwion-util - active = true + url = https://github.com/Gwion/gwion-util + active = true [submodule "ast"] path = ast - url = https://github.com/fennecdjay/gwion-ast - active = true + url = https://github.com/Gwion/gwion-ast + active = true -- 2.43.0