flatpak: Use "main" branch for wayland

The default branch for wayland has changed, but the "master" branch
is still available with an older version.
This commit is contained in:
Emmanuele Bassi
2022-01-28 01:25:04 +00:00
parent c9eda02fa1
commit 9dcbbb4300
3 changed files with 6 additions and 3 deletions

View File

@@ -43,7 +43,8 @@
"sources" : [ "sources" : [
{ {
"type" : "git", "type" : "git",
"url" : "https://gitlab.freedesktop.org/wayland/wayland.git" "url" : "https://gitlab.freedesktop.org/wayland/wayland.git",
"branch" : "main"
} }
] ]
}, },

View File

@@ -43,7 +43,8 @@
"sources" : [ "sources" : [
{ {
"type" : "git", "type" : "git",
"url" : "https://gitlab.freedesktop.org/wayland/wayland.git" "url" : "https://gitlab.freedesktop.org/wayland/wayland.git",
"branch" : "main"
} }
] ]
}, },

View File

@@ -43,7 +43,8 @@
"sources" : [ "sources" : [
{ {
"type" : "git", "type" : "git",
"url" : "https://gitlab.freedesktop.org/wayland/wayland.git" "url" : "https://gitlab.freedesktop.org/wayland/wayland.git",
"branch" : "main"
} }
] ]
}, },