From 1c7eb13caf5a857c524a5204fbe5c9307a9abe9c Mon Sep 17 00:00:00 2001 From: Sebastian Keller Date: Thu, 4 Aug 2022 18:31:16 +0200 Subject: [PATCH] git: Always use libgnome-volume-control submodule from GNOME group Otherwise CI will fail for anyone who does not have a fork of it in their personal projects. Part-of: --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index aa33bbb91..bb57dfc6c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "subprojects/gvc"] path = subprojects/gvc - url = ../libgnome-volume-control.git + url = ../../GNOME/libgnome-volume-control.git