From 731275438b1d2b64fa1965e5af9ba6b5356cc7a9 Mon Sep 17 00:00:00 2001 From: ktyl Date: Sat, 18 Mar 2023 20:08:11 +0000 Subject: [PATCH] update submodule --- .gitmodules | 12 +++--------- {git => src}/dwm | 0 2 files changed, 3 insertions(+), 9 deletions(-) rename {git => src}/dwm (100%) diff --git a/.gitmodules b/.gitmodules index a296e19..48306f6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,6 @@ -[submodule "dwm"] - path = git/dwm - url = ssh://git@github.com/ktyldev/dwm -[submodule "git/dwm.git"] - path = git/dwm.git - url = ssh://github.com/ktyldev/dwm.git -[submodule "git/dwm"] - path = git/dwm - url = ssh://github.com/ktyldev/dwm.git +[submodule "src/dwm"] + path = src/dwm + url = ssh://sauce.pizzawednes.day/ktyl/dwm.git [submodule "git/dwmstatus"] path = git/dwmstatus url = ssh://git@github.com/ktyldev/dwmstatus.git diff --git a/git/dwm b/src/dwm similarity index 100% rename from git/dwm rename to src/dwm