From 4ae73cd4b386dd29a0d3a73cdc3a9a9b0415a2fb Mon Sep 17 00:00:00 2001 From: Zaryaab-Shahbaz <85287558+Zaryaab-Shahbaz@users.noreply.github.com> Date: Fri, 8 Apr 2022 11:59:57 +0500 Subject: [PATCH] Update source from git to https As per the change observed by Git. They have improved their Git protocol security. In order to cope with it, source needs to be updated from git protocol to https protocol. More information: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git --- lua-resty-auto-ssl-git-1.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua-resty-auto-ssl-git-1.rockspec b/lua-resty-auto-ssl-git-1.rockspec index b75ecbe..2cfba66 100644 --- a/lua-resty-auto-ssl-git-1.rockspec +++ b/lua-resty-auto-ssl-git-1.rockspec @@ -1,7 +1,7 @@ package = "lua-resty-auto-ssl" version = "git-1" source = { - url = "git://github.com/GUI/lua-resty-auto-ssl.git", + url = "https://github.com/auto-ssl/lua-resty-auto-ssl.git", } description = { summary = "Automatic SSL handling for OpenResty",