From 8f5026aa08b2605f1e1339a86ffbdf898b80b2e1 Mon Sep 17 00:00:00 2001 From: Harry Bond Date: Sun, 1 Jun 2025 17:13:43 +0100 Subject: [PATCH] Switch back to github submodules, and our forks of kothic+protobuf the future of git.omaps.dev is unclear. fixes #58 Signed-off-by: Harry Bond --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2fa0e61bb..320fd8f71 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "tools/osmctools"] path = tools/osmctools - url = https://git.omaps.dev/organicmaps/osmctools.git + url = https://github.com/organicmaps/osmctools.git [submodule "tools/kothic"] path = tools/kothic - url = https://git.omaps.dev/organicmaps/kothic.git + url = https://codeberg.org/comaps/kothic.git [submodule "3party/protobuf/protobuf"] path = 3party/protobuf/protobuf - url = https://git.omaps.dev/organicmaps/protobuf.git + url = https://codeberg.org/comaps/protobuf.git [submodule "3party/Vulkan-Headers"] path = 3party/Vulkan-Headers url = https://github.com/KhronosGroup/Vulkan-Headers.git @@ -17,7 +17,7 @@ ignore = dirty [submodule "3party/just_gtfs"] path = 3party/just_gtfs - url = https://git.omaps.dev/organicmaps/just_gtfs.git + url = https://github.com/organicmaps/just_gtfs.git branch = for-usage-as-submodule [submodule "3party/expat"] path = 3party/expat