From 222de279ed69390a2e6b271a142fc83305881375 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 15:59:42 +0100 Subject: Use https: scheme for all repositories on GitHub The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/dleyna-all.lorry | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'open-source-lorries/dleyna-all.lorry') diff --git a/open-source-lorries/dleyna-all.lorry b/open-source-lorries/dleyna-all.lorry index c4c79b4..043f6dc 100644 --- a/open-source-lorries/dleyna-all.lorry +++ b/open-source-lorries/dleyna-all.lorry @@ -1,22 +1,22 @@ { "dleyna/dleyna-connector-dbus": { "type": "git", - "url": "git://github.com/01org/dleyna-connector-dbus.git" + "url": "https://github.com/01org/dleyna-connector-dbus.git" }, "dleyna/dleyna-control": { "type": "git", - "url": "git://github.com/01org/dleyna-control.git" + "url": "https://github.com/01org/dleyna-control.git" }, "dleyna/dleyna-core": { "type": "git", - "url": "git://github.com/01org/dleyna-core.git" + "url": "https://github.com/01org/dleyna-core.git" }, "dleyna/dleyna-renderer": { "type": "git", - "url": "git://github.com/01org/dleyna-renderer.git" + "url": "https://github.com/01org/dleyna-renderer.git" }, "dleyna/dleyna-server": { "type": "git", - "url": "git://github.com/01org/dleyna-server.git" + "url": "https://github.com/01org/dleyna-server.git" } } -- cgit v1.2.1