Fix #54: Invalid rockspec

This commit is contained in:
Matthias Richter 2018-04-08 14:12:09 +02:00
parent 530957a275
commit a4617650c3

View File

@ -3,7 +3,11 @@ version = "0.1-1"
source = {
url = "git://github.com/vrld/HC.git"
}
description = {"General purpose 2D collision detection in pure Lua"}
description = {
summary="General purpose 2D collision detection in pure Lua",
homepage = "https://hc.readthedocs.io",
license = "MIT",
}
dependencies = {
"lua = 5.1"
}