Skip to content

Commit

Permalink
rockspec: use git+https:// for git repository URL
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Totktonada committed Nov 2, 2021
1 parent 444b475 commit ee63ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbench-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package = 'cbench'
version = 'scm-1'

source = {
url = 'git://github.com/tarantool/cbench.git';
url = 'git+https://github.com/tarantool/cbench.git';
branch = 'master';
}

Expand Down

0 comments on commit ee63ef9

Please sign in to comment.