From a3447baae633fef39585d8ca90095cb6b9d1f30d Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 29 May 2018 16:59:50 +0000 Subject: [PATCH] Update URLs to GitLab in Flatpak manifest The GitLab migration happened and all the modules that previously were pointed to git.gnome.org now should point to gitlab.gnome.org. This fixes the Flatpak nightly build. --- org.gnome.Geary.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index 99b73c08..2b438cd7 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -83,7 +83,7 @@ "sources": [ { "type": "git", - "url": "https://git.gnome.org/browse/libgee", + "url": "https://gitlab.gnome.org/GNOME/libgee.git", "branch": "master" } ] @@ -93,7 +93,7 @@ "sources": [ { "type": "git", - "url": "https://git.gnome.org/browse/gmime", + "url": "https://gitlab.gnome.org/GNOME/gmime.git", "branch": "gmime-2-6" } ] @@ -115,7 +115,7 @@ "sources": [ { "type": "git", - "url": "https://git.gnome.org/browse/geary", + "url": "https://gitlab.gnome.org/GNOME/geary.git", "branch": "master" } ]