We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeba3c5 commit 23cdd32Copy full SHA for 23cdd32
rockspecs/mach-git-0.rockspec
@@ -1,7 +1,8 @@
1
package = 'mach'
2
version = 'git-0'
3
source = {
4
- url = 'git://github.com/ryanplusplus/mach.lua.git'
+ url = 'https://github.com/ryanplusplus/mach.lua/archive/master.zip',
5
+ dir = 'mach.lua-master/src'
6
}
7
description = {
8
summary = 'Simple mocking framework for Lua inspired by CppUMock and designed for readability.',
0 commit comments