summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorGustavo Noronha Silva <gustavo@noronha.dev.br>2022-03-28 18:38:01 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-03-29 12:47:49 +0000
commit9610c2e17bca243a902fff96e6893ba7ec4b6550 (patch)
tree15a7922b4eae33e31bb417e59f701ef13ff472fe /build-aux
parenta294ceba1800d3999fc20783ee0a08ca9f5374cb (diff)
downloadgnome-control-center-9610c2e17bca243a902fff96e6893ba7ec4b6550.tar.gz
flatpak: fix branches for a couple deps
gweather and mobile-broadband-provider-info have moved to using main as their principal development branch.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/flatpak/org.gnome.Settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index 046a0bbde..c56adcdc7 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -302,7 +302,7 @@
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libgweather.git",
- "branch" : "libgweather-3"
+ "branch" : "main"
}
]
},
@@ -392,6 +392,7 @@
"sources" : [
{
"type" : "git",
+ "branch": "main",
"url" : "https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git"
}
]