From c437b37edfe39068853e4bb06b4259a06ca542b9 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 9 Sep 2014 18:12:17 +0100 Subject: Javier accidentally used an old (rsync) style ssh url, fix that --- open-source-lorries/gusb.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/gusb.lorry b/open-source-lorries/gusb.lorry index 7937aba..d205ca7 100644 --- a/open-source-lorries/gusb.lorry +++ b/open-source-lorries/gusb.lorry @@ -1,6 +1,6 @@ { "gusb": { "type": "git", - "url": "git@gitorious.org:gusb/gusb.git" + "url": "git://gitorious.org/gusb/gusb.git" } } -- cgit v1.2.1