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 2d5f810 commit 29a349d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = 'scm-1'

-- url and branch of the package's repository at GitHub
source = {
url = 'git://github.com/tarantool/dump.git';
url = 'git+https://github.com/tarantool/dump.git';
branch = 'master';
}

Expand Down

0 comments on commit 29a349d

Please sign in to comment.