summaryrefslogtreecommitdiff
path: root/luacov-scm-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'luacov-scm-1.rockspec')
-rw-r--r--luacov-scm-1.rockspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/luacov-scm-1.rockspec b/luacov-scm-1.rockspec
index eef6e22..5df14bc 100644
--- a/luacov-scm-1.rockspec
+++ b/luacov-scm-1.rockspec
@@ -13,11 +13,11 @@ description = {
paths were not traversed, which is useful for verifying the
effectiveness of a test suite.
]],
- homepage = "http://keplerproject.github.com/luacov/",
+ homepage = "http://keplerproject.github.io/luacov/",
license = "MIT/X11"
}
dependencies = {
- "lua >= 5.1"
+ "lua >= 5.1, < 5.4"
}
build = {
type = "builtin",