From ccae68b6869912db118e85c049ac6282f0db2449 Mon Sep 17 00:00:00 2001 From: Philipp Kaeser <130065133+phkaeser@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:25:02 +0100 Subject: [PATCH] Use absolute HTTPS paths for submodules. (#159) * Changes URL of libbase to an absolute value. * Uses a https path for the wlmaker-dependencies submodule. User should not be hardcoded. --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index de29583c..fd4d550f 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 = https://github.com/phkaeser/wlmaker-dependencies.git