summaryrefslogtreecommitdiff
path: root/build-aux/flatpak
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2018-06-12 22:34:57 +0100
committerAntónio Fernandes <antoniof@gnome.org>2018-06-12 22:34:57 +0100
commit443a7ed5bf09180e90719b3b74d4c7d2f3e1dff3 (patch)
tree00c6b48eeb3056c4bd039950e519a34850cc863a /build-aux/flatpak
parent09f00407eb38d25f36204e4db8004cedbda102fd (diff)
downloadnautilus-443a7ed5bf09180e90719b3b74d4c7d2f3e1dff3.tar.gz
flatpak: Update dependency modules source URLs
The YAML files already use the gitlab URLs, while the json doesn't. The gnome-apps-nightly build script reads the json file, and the builds have been failing because of this. Update the json file accordingly. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/485
Diffstat (limited to 'build-aux/flatpak')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index ce3509cf5..b6bb0fa0d 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -56,7 +56,7 @@
"sources": [
{
"type": "git",
- "url": "https://git.gnome.org/browse/gexiv2",
+ "url": "https://gitlab.gnome.org/GNOME/gexiv2.git",
"tag": "gexiv2-0.10.8"
}
]
@@ -72,7 +72,7 @@
"sources": [
{
"type": "git",
- "url": "https://git.gnome.org/browse/tracker",
+ "url": "https://gitlab.gnome.org/GNOME/tracker.git",
"tag": "2.0.3"
}
]
@@ -82,7 +82,7 @@
"sources": [
{
"type": "git",
- "url": "https://git.gnome.org/browse/gnome-autoar",
+ "url": "https://gitlab.gnome.org/GNOME/gnome-autoar.git",
"tag": "0.2.3"
}
]
@@ -103,4 +103,4 @@
]
}
]
-}
+} \ No newline at end of file