From ac2ec2fde94f68a6f08f9bfdeb13ca2ac1e0aaa4 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Tue, 20 Mar 2018 20:20:50 -0600 Subject: [PATCH] Update Valley slug. Add ImpromptuModular. --- .gitmodules | 6 +++++- repos/ImpromptuModular | 1 + repos/{ValleyFree => Valley} | 0 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 repos/ImpromptuModular rename repos/{ValleyFree => Valley} (100%) diff --git a/.gitmodules b/.gitmodules index e4ee3627..e8079daa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -98,7 +98,7 @@ url = https://github.com/squinkylabs/SquinkyVCV branch = master [submodule "repos/ValleyFree"] - path = repos/ValleyFree + path = repos/Valley url = https://github.com/ValleyAudio/ValleyRackFree.git branch = v0.6 [submodule "repos/CharredDesert"] @@ -165,3 +165,7 @@ path = repos/cf url = https://github.com/cfoulc/cf branch = master +[submodule "repos/ImpromptuModular"] + path = repos/ImpromptuModular + url = https://github.com/MarcBoule/ImpromptuModular.git + branch = master diff --git a/repos/ImpromptuModular b/repos/ImpromptuModular new file mode 160000 index 00000000..6933a9ba --- /dev/null +++ b/repos/ImpromptuModular @@ -0,0 +1 @@ +Subproject commit 6933a9ba95c43fa4b446dfb7251b4d13155d6e30 diff --git a/repos/ValleyFree b/repos/Valley similarity index 100% rename from repos/ValleyFree rename to repos/Valley