From 1c406b2b14af8da0f4a35fb276accb1b818a1598 Mon Sep 17 00:00:00 2001 From: Philipp Kaeser Date: Sun, 25 Aug 2024 19:38:33 +0200 Subject: [PATCH 1/2] Changes URL of libbase to an absolute value. --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index de29583c..8fa23f4b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "submodules/libbase"] path = submodules/libbase - url = ../libbase + url = https://github.com/phkaeser/libbase.git branch = main update = rebase [submodule "examples/gtk-layer-shell"] path = examples/gtk-layer-shell url = https://github.com/wmww/gtk-layer-shell.git [submodule "dependencies"] - path = dependencies - url = git@github.com:phkaeser/wlmaker-dependencies.git + path = dependencies + url = git@github.com:phkaeser/wlmaker-dependencies.git From b8129caec38adc0e83d1552c647d36512e494bf2 Mon Sep 17 00:00:00 2001 From: Philipp Kaeser Date: Mon, 13 Jan 2025 20:09:37 +0100 Subject: [PATCH 2/2] Uses a https path for the wlmaker-dependencies submodule. User should not be hardcoded. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8fa23f4b..fd4d550f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,4 +8,4 @@ url = https://github.com/wmww/gtk-layer-shell.git [submodule "dependencies"] path = dependencies - url = git@github.com:phkaeser/wlmaker-dependencies.git + url = https://github.com/phkaeser/wlmaker-dependencies.git