From a1e0d2f538bcb6f8fbe26ac70d9000d661470655 Mon Sep 17 00:00:00 2001 From: Matt Gajownik Date: Sat, 8 Jan 2022 11:42:17 +1100 Subject: [PATCH] CI: Use GitHub mirror for PipeWire repository --- CI/flatpak/com.obsproject.Studio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/flatpak/com.obsproject.Studio.json b/CI/flatpak/com.obsproject.Studio.json index 9a59213bd..e432ff4d6 100644 --- a/CI/flatpak/com.obsproject.Studio.json +++ b/CI/flatpak/com.obsproject.Studio.json @@ -348,7 +348,7 @@ "sources": [ { "type": "git", - "url": "https://gitlab.freedesktop.org/pipewire/pipewire.git", + "url": "https://github.com/pipewire/pipewire.git", "tag": "0.3.40", "commit": "7afd80052b7c49754a13c9ab49c368f95b60e0a7" }