Skip to content

Commit 77e6944

Browse files
Fix source url value to enable sudo tool.
1 parent 2f2a37b commit 77e6944

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rockspecs/lua-protobuf-0.3.4-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package = "lua-protobuf"
22
version = "0.3.4-1"
33
source = {
4-
url = "git://github.com/starwing/lua-protobuf.git",
4+
url = "git+https://github.com/starwing/lua-protobuf.git",
55
tag = "0.3.4"
66
}
77
description = {

rockspecs/lua-protobuf-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package = "lua-protobuf"
22
version = "scm-1"
33

44
source = {
5-
url = "git://github.com/starwing/lua-protobuf.git",
5+
url = "git+https://github.com/starwing/lua-protobuf.git",
66
}
77

88
description = {

0 commit comments

Comments
 (0)