summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-09-09 18:12:17 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-09-09 18:12:17 +0100
commitc437b37edfe39068853e4bb06b4259a06ca542b9 (patch)
tree0cca132c7416f327ebfca9ebe9d43321703bdbe2
parent7b03268b910ce6ba04f768b473bd4a6cb4f917e2 (diff)
downloadlorries-c437b37edfe39068853e4bb06b4259a06ca542b9.tar.gz
Javier accidentally used an old (rsync) style ssh url, fix that
-rw-r--r--open-source-lorries/gusb.lorry2
1 files changed, 1 insertions, 1 deletions
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"
}
}