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



commit 4a35fda5570a7cf09dd07abd0742e7742294dbf4
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 26f6000..d573116 100644
--- a/org.gnome.Music.json
+++ b/org.gnome.Music.json
@@ -42,7 +42,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libmediaart"
+                    "url": "https://git.gnome.org/libmediaart";
                 }
             ]
         },
@@ -67,7 +67,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/grilo"
+                    "url": "https://git.gnome.org/grilo";
                 }
             ],
             "cleanup": [ "/include", "/bin" ]
@@ -78,7 +78,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]