From 7ce6a12e377d64da358f76b4a04fdaf4ac28df22 Mon Sep 17 00:00:00 2001 From: Kaley Fischer Date: Sat, 25 Nov 2023 11:47:37 +0100 Subject: [PATCH] git: fixed modules --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c62f5b53..01ed4242 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "wlroots"] path = subprojects/wlroots - url = https://gitlab.freedesktop.org/wlroots/wlroots.git + url = https://github.com/DRAGONTOS/wlroots.git + branch = 0.17.0-dev [submodule "subprojects/hyprland-protocols"] path = subprojects/hyprland-protocols url = https://github.com/hyprwm/hyprland-protocols