[gitg] flatpak: Fix repo urls



commit a6f95f4bc5ad97bb58fe9a758e473f37cf4f2eb6
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Tue Jul 24 11:29:16 2018 +0200

    flatpak: Fix repo urls

 org.gnome.Gitg.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Gitg.json b/org.gnome.Gitg.json
index e25b9aae..3f3ab661 100644
--- a/org.gnome.Gitg.json
+++ b/org.gnome.Gitg.json
@@ -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"
                 }
             ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]