From 840885fe3cf08d725ef0ca2f3845ee6ae9ef9712 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Fri, 31 Aug 2018 12:22:33 +0200 Subject: [PATCH] Changed submodule URLs to point to osmocom servers --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index f87dc9f..ac68d33 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "test_data"] path = test_data - url = https://github.com/ptrkrysik/test_data.git + url = https://git.osmocom.org/ptrkrysik/test_data [submodule "examples"] path = examples - url = https://github.com/ptrkrysik/examples.git + url = https://git.osmocom.org/ptrkrysik/examples