summaryrefslogtreecommitdiffstats
path: root/testing/resources/lua_repo/hello-dev-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/resources/lua_repo/hello-dev-1.rockspec15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/resources/lua_repo/hello-dev-1.rockspec b/testing/resources/lua_repo/hello-dev-1.rockspec
deleted file mode 100644
index 82486e0..0000000
--- a/testing/resources/lua_repo/hello-dev-1.rockspec
+++ /dev/null
@@ -1,15 +0,0 @@
-package = "hello"
-version = "dev-1"
-
-source = {
- url = "git+ssh://git@github.com/pre-commit/pre-commit.git"
-}
-description = {}
-dependencies = {}
-build = {
- type = "builtin",
- modules = {},
- install = {
- bin = {"bin/hello-world-lua"}
- },
-}