From c379e2da6fe1ebd6dd4773b882e0933022ec6c23 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 28 Jan 2024 04:11:02 -0500 Subject: [PATCH] added vday submodule --- .gitmodules | 3 +++ vday => alyssa-vday | 0 2 files changed, 3 insertions(+) create mode 100644 .gitmodules rename vday => alyssa-vday (100%) diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7ab7a7d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "alyssa-vday"] + path = alyssa-vday + url = git://https://gitea.chrisedwards.tech/chris/alyssa-vday.git/ diff --git a/vday b/alyssa-vday similarity index 100% rename from vday rename to alyssa-vday