Skip to content

Commit 7d0dc0e

Browse files
committed
fix: Use git+https URL scheme to pull rock data from GitHub
1 parent dcdb231 commit 7d0dc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent.rockspec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package = "fluent"
33
version = "@SEMVER@-@ROCKREV@"
44

55
source = {
6-
url = "git://github.com/alerque/fluent-lua.git",
6+
url = "git+https://github.com/alerque/fluent-lua.git",
77
tag = "@TAG@"
88
}
99

0 commit comments

Comments
 (0)