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:
parent
17551d17f6
commit
a3447baae6
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue