summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShmuel Zeigerman <solomuz0@gmail.com>2021-11-10 14:08:38 +0200
committerGitHub <noreply@github.com>2021-11-10 14:08:38 +0200
commit6066a66c6aaf1890da007854b704399e37d98bda (patch)
tree0d5168d78ecb5415a1dbb0e3b2797986fed3a969
parent1dd81172533a96b2995f68bc28d29de7fcd92037 (diff)
parentfb3f75917680f932c307efaf98a9842ef2865ebf (diff)
downloadlrexlib-6066a66c6aaf1890da007854b704399e37d98bda.tar.gz
Merge pull request #41 from Totktonada/Totktonada/fix-git-url-in-rockspec
rockspec: use git+https:// for git repository URL
-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 = {