From 014406e83ec40f0f5431e6d8e378a78acf5d0155 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Fri, 7 Oct 2016 20:58:18 -0400 Subject: [PATCH] track the stop-gap Gem repo at git.purrdata.net --- .gitmodules | 3 +++ Gem | 1 + 2 files changed, 4 insertions(+) create mode 160000 Gem diff --git a/.gitmodules b/.gitmodules index c0f4609f8..8cf4689ef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "externals/lyonpotpourri"] path = externals/lyonpotpourri url = https://git.purrdata.net/jwilkes/lyonpotpourri.git +[submodule "Gem"] + path = Gem + url = https://git.purrdata.net/jwilkes/Gem.git diff --git a/Gem b/Gem new file mode 160000 index 000000000..438dab328 --- /dev/null +++ b/Gem @@ -0,0 +1 @@ +Subproject commit 438dab32831090c2d2cddb71d6a3219622623484 -- GitLab