Skip to content

Commit 617478d

Browse files
TotktonadaLeonidVas
authored andcommitted
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 b305a74 commit 617478d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rockspecs/memcached-1.0.0-1.rockspec

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

44
source = {
5-
url = 'git://github.com/tarantool/memcached.git';
5+
url = 'git+https://github.com/tarantool/memcached.git';
66
tag = '1.0.0';
77
}
88

rockspecs/memcached-1.0.1-1.rockspec

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

44
source = {
5-
url = 'git://github.com/tarantool/memcached.git';
5+
url = 'git+https://github.com/tarantool/memcached.git';
66
tag = '1.0.1';
77
}
88

rockspecs/memcached-scm-1.rockspec

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

44
source = {
5-
url = 'git://github.com/tarantool/memcached.git';
5+
url = 'git+https://github.com/tarantool/memcached.git';
66
branch = 'master';
77
}
88

0 commit comments

Comments
 (0)