summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 18:11:28 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commitfbe7cce50056a4361bc42a522f3b5b55f898ffeb (patch)
tree0c5401e719e541e80fbd377925d3446a591fd24f
parentc493af91e5602847177aaa31b6cc7fa2309ff8dc (diff)
downloadlorries-fbe7cce50056a4361bc42a522f3b5b55f898ffeb.tar.gz
Use https: scheme for all repositories on git.xfce.org
The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these.
-rw-r--r--open-source-lorries/xfce-all.lorry32
1 files changed, 16 insertions, 16 deletions
diff --git a/open-source-lorries/xfce-all.lorry b/open-source-lorries/xfce-all.lorry
index c71c9dd..a9a4b3b 100644
--- a/open-source-lorries/xfce-all.lorry
+++ b/open-source-lorries/xfce-all.lorry
@@ -1,11 +1,11 @@
{
"xfce/exo": {
"type": "git",
- "url": "git://git.xfce.org/xfce/exo.git"
+ "url": "https://git.xfce.org/xfce/exo"
},
"xfce/garcon": {
"type": "git",
- "url": "git://git.xfce.org/xfce/garcon.git"
+ "url": "https://git.xfce.org/xfce/garcon"
},
"xfce/gtk-xfce-engine": {
"type": "git",
@@ -13,15 +13,15 @@
},
"xfce/libxfce4ui": {
"type": "git",
- "url": "git://git.xfce.org/xfce/libxfce4ui.git"
+ "url": "https://git.xfce.org/xfce/libxfce4ui"
},
"xfce/libxfce4util": {
"type": "git",
- "url": "git://git.xfce.org/xfce/libxfce4util.git"
+ "url": "https://git.xfce.org/xfce/libxfce4util"
},
"xfce/thunar": {
"type": "git",
- "url": "git://git.xfce.org/xfce/thunar.git"
+ "url": "https://git.xfce.org/xfce/thunar"
},
"xfce/thunar-desktop-plugin": {
"type": "git",
@@ -29,19 +29,19 @@
},
"xfce/thunar-volman": {
"type": "git",
- "url": "git://git.xfce.org/xfce/thunar-volman.git"
+ "url": "https://git.xfce.org/xfce/thunar-volman"
},
"xfce/tumbler": {
"type": "git",
- "url": "git://git.xfce.org/xfce/tumbler.git"
+ "url": "https://git.xfce.org/xfce/tumbler"
},
"xfce/xfce4-appfinder": {
"type": "git",
- "url": "git://git.xfce.org/xfce/xfce4-appfinder.git"
+ "url": "https://git.xfce.org/xfce/xfce4-appfinder"
},
"xfce/xfce4-dev-tools": {
"type": "git",
- "url": "git://git.xfce.org/xfce/xfce4-dev-tools.git"
+ "url": "https://git.xfce.org/xfce/xfce4-dev-tools"
},
"xfce/xfce4-docs": {
"type": "git",
@@ -49,30 +49,30 @@
},
"xfce/xfce4-panel": {
"type": "git",
- "url": "git://git.xfce.org/xfce/xfce4-panel.git"
+ "url": "https://git.xfce.org/xfce/xfce4-panel"
},
"xfce/ixfce4-power-manager": {
"type": "git",
- "url": "git://git.xfce.org/xfce/xfce4-power-manager.git"
+ "url": "https://git.xfce.org/xfce/xfce4-power-manager"
},
"xfce/xfce4-session": {
"type": "git",
- "url": "git://git.xfce.org/xfce/xfce4-session.git"
+ "url": "https://git.xfce.org/xfce/xfce4-session"
},
"xfce/xfce4-settings": {
"type": "git",
- "url": "git://git.xfce.org/xfce/xfce4-settings.git"
+ "url": "https://git.xfce.org/xfce/xfce4-settings"
},
"xfce/xfconf": {
"type": "git",
- "url": "git://git.xfce.org/xfce/xfconf.git"
+ "url": "https://git.xfce.org/xfce/xfconf"
},
"xfce/xfdesktop": {
"type": "git",
- "url": "git://git.xfce.org/xfce/xfdesktop.git"
+ "url": "https://git.xfce.org/xfce/xfdesktop"
},
"xfce/xfwm4": {
"type": "git",
- "url": "git://git.xfce.org/xfce/xfwm4.git"
+ "url": "https://git.xfce.org/xfce/xfwm4"
}
}