From 3d1561529d28fc818b60f3e96f9abe052aad73b1 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 20:47:53 +0100 Subject: Use https: scheme for all repositories on git.0pointer.{de,net} The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. Also change git.0pointer.de to git.0pointer.net, which is its canonical hostname and the only name in the TLS certificate. --- open-source-lorries/libdaemon.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/libdaemon.lorry') diff --git a/open-source-lorries/libdaemon.lorry b/open-source-lorries/libdaemon.lorry index caf4855..7cf8325 100644 --- a/open-source-lorries/libdaemon.lorry +++ b/open-source-lorries/libdaemon.lorry @@ -1,6 +1,6 @@ { "libdaemon": { "type": "git", - "url": "git://git.0pointer.de/libdaemon" + "url": "https://git.0pointer.net/clone/libdaemon.git" } } -- cgit v1.2.1