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 33f11f0 commit 4e2a399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websocket-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package = "websocket"
version = "scm-1"

source = {
url = "git://github.com/tarantool/websocket.git",
url = "git+https://github.com/tarantool/websocket.git",
branch = 'master',
}

Expand Down

0 comments on commit 4e2a399

Please sign in to comment.