From 4495eb77451d2571a7b95333fd49cc8ead8288d9 Mon Sep 17 00:00:00 2001 From: Kaley Fischer Date: Sat, 25 Nov 2023 10:03:00 +0100 Subject: [PATCH] fix: updated the modules file --- .gitmodules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 110d7a5d..9e3bebbc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "wlroots"] - path = subprojects/wlroots - url = https://gitlab.freedesktop.org/wlroots/wlroots.git [submodule "subprojects/hyprland-protocols"] path = subprojects/hyprland-protocols url = https://github.com/hyprwm/hyprland-protocols.git @@ -12,4 +9,4 @@ url = https://github.com/wolfpld/tracy.git [submodule "subprojects/wlroots"] path = subprojects/wlroots - url = https://gitlab.freedesktop.org/wlroots/wlroots.git + url = https://github.com/DRAGONTOS/wlroots.git