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.
This commit is contained in:
Georges Basile Stavracas Neto 2018-05-29 16:59:50 +00:00
parent 17551d17f6
commit a3447baae6

View file

@ -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"
}
]