Skip to content

Commit a07acde

Browse files
committed
fixing rockspec to point to built tar file instead of branch
1 parent af70fd0 commit a07acde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua_cliargs-3.0-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua_cliargs"
22
version = "3.0-0"
33
source = {
4-
url = "git://github.com/amireh/lua_cliargs.git",
5-
branch = "3.0-0"
4+
url = "https://github.com/amireh/lua_cliargs/archive/v3.0-0.tar.gz",
5+
dir = "lua_cliargs-3.0-0"
66
}
77
description = {
88
summary = "A command-line argument parser.",

0 commit comments

Comments
 (0)