From c0ff1f69e079a1e3f6d43e41c03f7c5ccc4035fd Mon Sep 17 00:00:00 2001 From: superp00t Date: Fri, 4 Aug 2023 20:01:00 -0400 Subject: [PATCH] chore(build): rehome system dependency --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 3f7c0f8..beeb23d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "lib/system"] - path = lib/system - url = https://github.com/whoahq/system [submodule "lib/mem"] path = lib/mem url = https://github.com/thunderbrewhq/mem.git +[submodule "lib/system"] + path = lib/system + url = https://github.com/thunderbrewhq/system.git