Skip to content

Commit 7aabd02

Browse files
committed
Fixed git-0 rockspec
1 parent 69ed1f5 commit 7aabd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rockspecs/switch-git-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = 'switch'
22
version = 'git-0'
33
source = {
4-
url = 'git://github.com/ryanplusplus/switch.lua.git',
5-
dir = 'src'
4+
url = 'https://github.com/ryanplusplus/switch.lua/archive/master.zip',
5+
dir = 'switch.lua-master/src'
66
}
77
description = {
88
summary = 'Lua implementation of a switch statement.',

0 commit comments

Comments
 (0)