From 1a2f46baafc68c8b690d11ef2470c1086ce763c5 Mon Sep 17 00:00:00 2001 From: Alexander Turenko Date: Wed, 3 Nov 2021 02:52:28 +0300 Subject: [PATCH] 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 https://github.com/tarantool/tarantool/issues/6587 --- graphql-scm-1.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-scm-1.rockspec b/graphql-scm-1.rockspec index dfb08e2..e9fefba 100644 --- a/graphql-scm-1.rockspec +++ b/graphql-scm-1.rockspec @@ -2,7 +2,7 @@ package = 'graphql' version = 'scm-1' source = { - url = 'git://github.com/tarantool/graphql.git' + url = 'git+https://github.com/tarantool/graphql.git' } description = {