summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Turenko <alexander.turenko@tarantool.org>2021-11-09 12:15:50 +0300
committerAlexander Turenko <alexander.turenko@tarantool.org>2021-11-09 12:15:57 +0300
commitfb3f75917680f932c307efaf98a9842ef2865ebf (patch)
tree0d5168d78ecb5415a1dbb0e3b2797986fed3a969
parent1dd81172533a96b2995f68bc28d29de7fcd92037 (diff)
downloadlrexlib-fb3f75917680f932c307efaf98a9842ef2865ebf.tar.gz
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/
-rw-r--r--rockspecs.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rockspecs.lua b/rockspecs.lua
index ebe1c1b..dd278af 100644
--- a/rockspecs.lua
+++ b/rockspecs.lua
@@ -19,7 +19,7 @@ default = {
package = "Lrexlib-"..flavour,
version = version.."-1",
source = {
- url = "git://github.com/rrthomas/lrexlib.git",
+ url = "git+https://github.com/rrthomas/lrexlib.git",
tag = "rel-"..version_dashed,
},
description = {