From 5182814c47546efe195b782462993d2ee1eecf77 Mon Sep 17 00:00:00 2001 From: Mergen Imeev Date: Mon, 30 Mar 2026 17:34:03 +0300 Subject: [PATCH] Use HTTPS instead of SSH in rockspec Since the repository is public, there is no need to use SSH in rockspec. --- cv-scm-1.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv-scm-1.rockspec b/cv-scm-1.rockspec index 15c109c..6afe97e 100644 --- a/cv-scm-1.rockspec +++ b/cv-scm-1.rockspec @@ -2,7 +2,7 @@ package = 'cv' version = 'scm-1' source = { - url = "git+ssh://git@github.com:tarantool/c-validator.git", + url = "git+https://github.com/tarantool/c-validator.git", branch = 'master'; }