From 38e1cdaae22b62d9c4f08a4794074e7e5f3e11aa Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 2 Apr 2024 22:46:34 -0500 Subject: [PATCH] point submodule at gitea instead of github --- .gitmodules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1a2bf65..7dc96d6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,8 @@ [submodule "apps/room_control"] path = apps/room_control - url = https://github.com/jsl12/room_control - branch = async + url = ssh://gitea/john/room_control + branch = main [submodule "docker-observation"] path = docker-observation url = ssh://gitea/john/docker-observation + branch = main \ No newline at end of file