summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorGustavo Noronha Silva <gustavo@noronha.dev.br>2022-03-28 18:37:58 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-03-29 12:47:49 +0000
commita294ceba1800d3999fc20783ee0a08ca9f5374cb (patch)
treefab454f690c88b52160ff7c942bcdb4a3e03942e /build-aux
parent7fe322b9cedae313cd9af6f403eab9bfc6027674 (diff)
downloadgnome-control-center-a294ceba1800d3999fc20783ee0a08ca9f5374cb.tar.gz
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/
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/flatpak/org.gnome.Settings.json11
1 files 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"
}
]
},