Skip to content

Commit e17aad3

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 ed64346 commit e17aad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smtp-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = 'scm-1'
88

99
-- url and branch of the package's repository at GitHub
1010
source = {
11-
url = 'git://github.com/tarantool/smtp.git';
11+
url = 'git+https://github.com/tarantool/smtp.git';
1212
branch = 'master';
1313
}
1414

0 commit comments

Comments
 (0)