flatpak: Fix repo urls

This commit is contained in:
Alberto Fanjul 2018-07-24 11:29:16 +02:00
parent 04bdad03bf
commit a6f95f4bc5

View file

@ -85,7 +85,7 @@
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libgit2-glib"
"url" : "https://gitlab.gnome.org/GNOME/libgit2-glib.git"
},
{
"type" : "patch",
@ -153,7 +153,7 @@
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/gitg",
"url" : "https://gitlab.gnome.org/GNOME/gitg.git",
"branch" : "master"
}
]