[shotwell] flatpak: Prevent URL redirects for git



commit 1e45b4b983de1075fb7d18bd541b352f48dccf2d
Author: Jens Georg <mail jensge org>
Date:   Sun Aug 19 22:44:23 2018 +0200

    flatpak: Prevent URL redirects for git

 flatpak/org.gnome.Shotwell.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.Shotwell.json b/flatpak/org.gnome.Shotwell.json
index 7087f035..2470f7f6 100644
--- a/flatpak/org.gnome.Shotwell.json
+++ b/flatpak/org.gnome.Shotwell.json
@@ -100,7 +100,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "http://github.com/Exiv2/exiv2";,
+                    "url": "https://github.com/Exiv2/exiv2/";,
                     "commit" : "4aa57ad0217dfc509b42c5398602cede11fb8528"
                 }
             ]
@@ -118,7 +118,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/gexiv2";
+                    "url": "https://gitlab.gnome.org/GNOME/gexiv2.git/";
                 }
             ]
         },


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