Skip to content

Commit

Permalink
rockspec: use git+https:// for git repository URL (#29)
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 authored and ligurio committed Dec 29, 2021
1 parent ae48f59 commit 9e3d38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rockspecs/checks-scm-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package = "checks"
version = "scm-1"
source = {
url = 'git://github.com/tarantool/checks.git',
url = 'git+https://github.com/tarantool/checks.git',
branch = "master",
}

Expand Down

0 comments on commit 9e3d38b

Please sign in to comment.