From a2ac08e3bc76b851e8c18341ab451354c82dfce3 Mon Sep 17 00:00:00 2001 From: andrea-tabbles Date: Mon, 14 Feb 2022 16:22:50 +0100 Subject: [PATCH] updated submodules to parazyd's repo --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5f4004b..6d66731 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "vm-sdk"] path = vm-sdk - url = https://git.devuan.org/sdk/vm-sdk.git + url = https://github.com/parazyd/vm-sdk.git [submodule "arm-sdk"] path = arm-sdk - url = https://git.devuan.org/sdk/arm-sdk.git + url = https://github.com/parazyd/arm-sdk.git [submodule "live-sdk"] path = live-sdk - url = https://git.devuan.org/sdk/live-sdk.git + url = https://github.com/parazyd/live-sdk.git [submodule "docs/webnomad"] path = docs/webnomad url = https://github.com/dyne/webnomad