From: Forrest Cahoon Date: Mon, 19 Oct 2020 00:45:34 +0000 (-0500) Subject: Update .gitmodules file to pull from new subproject locations X-Git-Tag: nightly~1229^2^2 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a412adaffe24f7ef67863126d238c6ab61bf010a;p=gwion.git Update .gitmodules file to pull from new subproject locations --- 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