summaryrefslogtreecommitdiff
path: root/open-source-lorries/lua.lorry
blob: 83fb83aebd41d20a7e01073bb72b3be470688d00 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "lua": {
        "type": "git",
        "url": "https://github.com/LuaDist/lua.git",
        "refspecs": [
            "+refs/heads/*",
            "+refs/tags/*"
        ]
    }
}