[gnome-control-center] flatpak: use https:// for github



commit a294ceba1800d3999fc20783ee0a08ca9f5374cb
Author: Gustavo Noronha Silva <gustavo noronha dev br>
Date:   Mon Mar 28 18:37:58 2022 -0300

    flatpak: use https:// for github
    
    github discontinued the unauthenticated use of the git protocol for
    security reasons, see:
    
    https://github.blog/2021-09-01-improving-git-protocol-security-github/

 build-aux/flatpak/org.gnome.Settings.json | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index f64532698..046a0bbde 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -134,7 +134,7 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "git://github.com/libusb/libusb.git"
+                    "url" : "https://github.com/libusb/libusb.git";
                 }
             ]
         },
@@ -149,7 +149,7 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "git://github.com/hughsie/libgusb.git",
+                    "url" : "https://github.com/hughsie/libgusb.git";,
                     "branch" : "main"
                 }
             ]
@@ -182,7 +182,7 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "git://github.com/gentoo/eudev.git"
+                    "url" : "https://github.com/gentoo/eudev.git";
                 }
             ]
         },
@@ -218,7 +218,7 @@
                 {
                     "type" : "git",
                     "branch" : "main",
-                    "url" : "git://github.com/hughsie/colord.git"
+                    "url" : "https://github.com/hughsie/colord.git";
                 }
             ]
         },
@@ -231,7 +231,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "git://github.com/hughsie/colord-gtk.git"
+                    "branch" : "main",
+                    "url" : "https://github.com/hughsie/colord-gtk.git";
                 }
             ]
         },


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