From aab2e614b18855ff1790e2b4a49e574f579810d3 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 23 Feb 2022 20:13:58 -0500 Subject: [PATCH] chore: Update gitmodules file --- .gitmodules | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitmodules b/.gitmodules index 52ba595..bfb6e77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,17 +1,17 @@ [submodule "awsm"] -path = awsm -url = https://github.com/gwsystems/aWsm -ignore = dirty -branch = sledge-compat + path = awsm + url = https://github.com/gwsystems/aWsm + ignore = dirty + branch = master [submodule "http-parser"] -path = runtime/thirdparty/http-parser -url = https://github.com/gwsystems/http-parser.git + path = runtime/thirdparty/http-parser + url = https://github.com/gwsystems/http-parser.git [submodule "ck"] -path = runtime/thirdparty/ck -url = https://github.com/gwsystems/ck.git + path = runtime/thirdparty/ck + url = https://github.com/gwsystems/ck.git [submodule "jsmn"] -path = runtime/thirdparty/jsmn -url = https://github.com/gwsystems/jsmn.git + path = runtime/thirdparty/jsmn + url = https://github.com/gwsystems/jsmn.git [submodule "wasm_apps"] path = applications/wasm_apps url = https://github.com/gwsystems/wasm_apps.git