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 9, 2021
1 parent c168556 commit 3a0b046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tradeparser-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package = 'tradeparser'
version = 'scm-1'

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

Expand Down

0 comments on commit 3a0b046

Please sign in to comment.