[gnome-music/update-flatpak-manifest: 10/10] flatpak: Always clone repos over https



commit c1c501d12084557ad0e8193c1315eb0daaa03d44
Author: Felipe Borges <felipeborges gnome org>
Date:   Thu Feb 1 11:28:14 2018 +0100

    flatpak: Always clone repos over https
    
    Some proxies, firewalls, or private networks apply filtering by
    protocol, sometimes limiting the connections to http-only.
    
    By cloning over https we save some of our contributors from
    having to understand network internals just to be able to build
    our code.

 org.gnome.Music.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Music.json b/org.gnome.Music.json
index 269f902..8dc1c49 100644
--- a/org.gnome.Music.json
+++ b/org.gnome.Music.json
@@ -43,7 +43,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libmediaart"
+                    "url": "https://git.gnome.org/libmediaart";
                 }
             ]
         },
@@ -68,7 +68,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/grilo"
+                    "url": "https://git.gnome.org/grilo";
                 }
             ],
             "cleanup": [ "/include", "/bin" ]
@@ -79,7 +79,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/grilo-plugins"
+                    "url": "https://git.gnome.org/grilo-plugins";
                 }
             ],
             "cleanup": [ "/include" ]


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