From 8aad22a3620c5286881d0a772bfed0bc963164b4 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 24 Oct 2013 11:02:12 +0100 Subject: Fix some refspecs --- open-source-lorries/colm.lorry | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'open-source-lorries/colm.lorry') diff --git a/open-source-lorries/colm.lorry b/open-source-lorries/colm.lorry index 9413c95..bef840e 100644 --- a/open-source-lorries/colm.lorry +++ b/open-source-lorries/colm.lorry @@ -1,6 +1,7 @@ { "colm": { "type": "git", - "url": "git://git.complang.org/colm.git" + "url": "git://git.complang.org/colm.git", + "refspecs": [ "+refs/heads/*:refs/heads/*", "+refs/tags/*:refs/tags/*" ] } } -- cgit v1.2.1