Skip to content

Commit 1a2f46b

Browse files
committed
rockspec: use git+https:// for git repository URL
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
1 parent 6512d2b commit 1a2f46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package = 'graphql'
22
version = 'scm-1'
33

44
source = {
5-
url = 'git://github.com/tarantool/graphql.git'
5+
url = 'git+https://github.com/tarantool/graphql.git'
66
}
77

88
description = {

0 commit comments

Comments
 (0)