From 7a3a04ff9966a8a835e58b80e843a780c901888b Mon Sep 17 00:00:00 2001 From: Corollax Date: Wed, 21 Nov 2012 22:57:30 +0100 Subject: [PATCH] Fix the .gitmodules to point to the correct repos Yay for eos3? --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 82c033d9e..886463e79 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "eos"] path = eos - url = git://www.evefit.org/eos.git + url = git://www.evefit.org/eos3.git [submodule "staticdata"] path = staticdata url = git://www.evefit.org/pyfa-staticdata.git