Skip to content

Commit 794dc18

Browse files
committed
rockspec: use git+https:// for git repository URL
GitHub is going to disable unencrypted Git protocol, so `git://` URLs will stop working soon (see [1]). [1]: https://github.blog/2021-09-01-improving-git-protocol-security-github/ Part of tarantool/tarantool#6587
1 parent 5ae9689 commit 794dc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mqtt-scm-1.rockspec

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

0 commit comments

Comments
 (0)