From 4ccc94de19ad937395986f9c9dc5fff1ebfcd043 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 14 Jul 2021 20:33:52 -0700 Subject: [PATCH] Move lib/Plang back to root --- .gitmodules | 4 ++-- lib/Plang => Plang | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename lib/Plang => Plang (100%) diff --git a/.gitmodules b/.gitmodules index 4791c667..c91d1c46 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "lib/Plang"] - path = lib/Plang +[submodule "Plang"] + path = Plang url = https://github.com/pragma-/Plang diff --git a/lib/Plang b/Plang similarity index 100% rename from lib/Plang rename to Plang