From e97b83167fc6459fc44397312617fc210cd5df95 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 13 Jun 2022 14:10:49 -0700 Subject: [PATCH] Change wlroots submodule url to github mirror --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b0169c16..91f54c59 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "wlroots"] path = wlroots - url = https://gitlab.freedesktop.org/wlroots/wlroots + url = https://github.com/ThatOneCalculator/wlroots-mirror