From 7c58c2a0458e6f2b51525ff3bd374a1fda6fc69e Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Sun, 27 May 2018 11:23:38 +0200 Subject: Flatpak: fix Git URLs after mass GitLab migration. --- data/flatpak/org.gnome.Contacts.json | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/data/flatpak/org.gnome.Contacts.json b/data/flatpak/org.gnome.Contacts.json index 65d6299..e07e24f 100644 --- a/data/flatpak/org.gnome.Contacts.json +++ b/data/flatpak/org.gnome.Contacts.json @@ -74,19 +74,18 @@ "sources": [ { "type": "git", - "url": "https://git.gnome.org/browse/libgee" + "url": "https://gitlab.gnome.org/GNOME/libgee.git" } ] }, { /* Needed by g-o-a */ - /* we need rest-0.7 so we use a tarball for it */ "name": "librest", "sources": [ { - "type": "archive", - "url": "https://git.gnome.org/browse/librest/snapshot/librest-librest-0.7.12.tar.xz", - "sha256": "570917e570e6e8bf55572eb04902d4cf3975c2629df9df96c21be2059d71dab9" + "type": "git", + "branch": "librest-0-7", + "url": "https://gitlab.gnome.org/GNOME/librest.git" } ] }, @@ -101,7 +100,7 @@ "sources": [ { "type": "git", - "url": "https://git.gnome.org/browse/gnome-online-accounts" + "url": "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git" } ] }, @@ -143,7 +142,7 @@ "sources": [ { "type": "git", - "url": "https://git.gnome.org/browse/libgdata" + "url": "https://gitlab.gnome.org/GNOME/libgdata.git" } ] }, @@ -175,7 +174,7 @@ "sources": [ { "type": "git", - "url": "https://git.gnome.org/browse/evolution-data-server" + "url": "https://gitlab.gnome.org/GNOME/evolution-data-server.git" } ] }, @@ -191,7 +190,7 @@ "sources": [ { "type": "git", - "url": "https://git.gnome.org/browse/folks" + "url": "https://gitlab.gnome.org/GNOME/folks.git" } ] }, @@ -204,7 +203,7 @@ "sources": [ { "type": "git", - "url": "https://git.gnome.org/browse/gnome-desktop" + "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git" } ] }, @@ -217,7 +216,7 @@ "sources": [ { "type": "git", - "url": "https://git.gnome.org/browse/cheese" + "url": "https://gitlab.gnome.org/GNOME/cheese.git" } ] }, -- cgit v1.2.1