From 15c77a14ecc1f995352a0225c269072aa0ca1986 Mon Sep 17 00:00:00 2001 From: "Valeriano A.R" Date: Mon, 10 Apr 2023 02:10:10 +0200 Subject: [PATCH] Update submodules URLs --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index aa2af92..67b9999 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ [submodule "VAR.Json"] path = VAR.Json - url = https://github.com/Kableado/VAR.Json.git + url = https://datacube.duckdns.org/git/VAR/VAR.Json.git branch = master [submodule "VAR.HttpServer"] path = VAR.HttpServer - url = https://github.com/Kableado/VAR.HttpServer.git + url = https://datacube.duckdns.org/git/VAR/VAR.HttpServer.git branch = master