From b4dae9c1ccb9bf93d748466ab5236465f9a5db29 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 5 Apr 2018 14:11:03 -0400 Subject: [PATCH] Move gems submodules to lib/cxl --- .gitmodules | 8 ++++---- {gems => lib/cxl}/whittle | 0 {gems => lib/cxl}/yawpa | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename {gems => lib/cxl}/whittle (100%) rename {gems => lib/cxl}/yawpa (100%) diff --git a/.gitmodules b/.gitmodules index 966907a..5181e24 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "gems/whittle"] - path = gems/whittle - url = https://github.com/d11wtq/whittle + path = lib/cxl/whittle + url = https://github.com/d11wtq/whittle.git [submodule "gems/yawpa"] - path = gems/yawpa - url = https://github.com/holtrop/yawpa + path = lib/cxl/yawpa + url = https://github.com/holtrop/yawpa.git diff --git a/gems/whittle b/lib/cxl/whittle similarity index 100% rename from gems/whittle rename to lib/cxl/whittle diff --git a/gems/yawpa b/lib/cxl/yawpa similarity index 100% rename from gems/yawpa rename to lib/cxl/yawpa