From 664b0b8667c4314f352496db2ef94db5877c8030 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 25 Oct 2018 20:45:41 +0300 Subject: Move module ratio --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index f2cc96b3f6..5ed83bb1e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -394,6 +394,10 @@ path = libs/coroutine2 url = ../coroutine2.git fetchRecurseSubmodules = on-demand +[submodule "ratio"] + path = libs/ratio + url = ../ratio.git + fetchRecurseSubmodules = on-demand [submodule "local_function"] path = libs/local_function url = ../local_function.git @@ -434,10 +438,6 @@ path = libs/phoenix url = ../phoenix.git fetchRecurseSubmodules = on-demand -[submodule "ratio"] - path = libs/ratio - url = ../ratio.git - fetchRecurseSubmodules = on-demand [submodule "sync"] path = libs/sync url = ../sync.git -- cgit v1.2.1