[gnome-music/update-flatpak-manifest: 9/10] flatpak: Update Music repository url



commit c29c9060d56bba877341ad93d15800d29e853764
Author: Felipe Borges <felipeborges gnome org>
Date:   Sun Jan 28 09:27:22 2018 +0100

    flatpak: Update Music repository url
    
    Since the migration to GitLab, the central git repository now
    lives in https://gitlab.gnome.org/GNOME/gnome-music.git
    
    flatpak-builder seems to fail for our redirection. So this fixes
    the build.
    
    https instead of git since many proxies seem to be blocking
    protocols such as git.
    
    Fixes #138

 org.gnome.Music.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/org.gnome.Music.json b/org.gnome.Music.json
index a5309f7..269f902 100644
--- a/org.gnome.Music.json
+++ b/org.gnome.Music.json
@@ -102,7 +102,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-music"
+                    "url": "https://gitlab.gnome.org/GNOME/gnome-music.git";
                 }
             ]
         }


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