summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2016-06-29 11:51:09 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2016-06-29 11:51:09 +0300
commit3739b93eeaffac3bb10235a789db30fe528a692d (patch)
tree13cac46a60461569184b635c89062b1741067c76
parent106815d27af1ea5f46619857e5751bae6461a4c8 (diff)
downloadluacov-3739b93eeaffac3bb10235a789db30fe528a692d.tar.gz
Update scm 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",