summaryrefslogtreecommitdiff
path: root/open-source-lorries/lua.lorry
diff options
context:
space:
mode:
Diffstat (limited to 'open-source-lorries/lua.lorry')
-rw-r--r--open-source-lorries/lua.lorry6
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/lua.lorry b/open-source-lorries/lua.lorry
index 777d482..073a77f 100644
--- a/open-source-lorries/lua.lorry
+++ b/open-source-lorries/lua.lorry
@@ -1,6 +1,10 @@
{
"lua": {
"type": "git",
- "url": "git://github.com/LuaDist/lua.git"
+ "url": "git://github.com/LuaDist/lua.git",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
}
}