From 010a7accd976d5be9e69f65d4d1dda7374879a59 Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 5 Mar 2022 14:04:09 +0000 Subject: [PATCH] updates submodule url for lethean-server --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 87f4feb69..214eab3f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "server"] path = server - url = https://github.com/letheanVPN/server.git + url = https://github.com/letheanVPN/lethean-server.git [submodule "frontend"] path = frontend url = https://github.com/letheanVPN/desktop-angular-app.git