From 2c9dcbd50f7553378aa6335457139180ad19fbf3 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Fri, 4 Mar 2016 09:22:18 -1000 Subject: [PATCH] Submodule refactor --- specter/.gitmodules | 6 +++--- specter/{MathLib => zeus} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename specter/{MathLib => zeus} (100%) diff --git a/specter/.gitmodules b/specter/.gitmodules index 3cddf9b87..87c08dffd 100644 --- a/specter/.gitmodules +++ b/specter/.gitmodules @@ -1,6 +1,6 @@ [submodule "freetype2"] path = freetype2 url = https://github.com/AxioDL/freetype2 -[submodule "MathLib"] - path = MathLib - url = https://github.com/AxioDL/MathLib.git +[submodule "zeus"] + path = zeus + url = https://github.com/AxioDL/zeus.git diff --git a/specter/MathLib b/specter/zeus similarity index 100% rename from specter/MathLib rename to specter/zeus