Skip to content

Commit 45536ab

Browse files
authored
Update mach-git-0.rockspec
1 parent aeba3c5 commit 45536ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rockspecs/mach-git-0.rockspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
package = 'mach'
22
version = 'git-0'
33
source = {
4-
url = 'git://github.com/ryanplusplus/mach.lua.git'
4+
url = 'git://github.com/ryanplusplus/mach.lua.git',
5+
dir = 'src'
56
}
67
description = {
78
summary = 'Simple mocking framework for Lua inspired by CppUMock and designed for readability.',

0 commit comments

Comments
 (0)