From cc2cb8feab54477433e3d5aa7484582ed4447328 Mon Sep 17 00:00:00 2001 From: TheHomecraft Date: Wed, 29 Oct 2025 13:51:54 +0100 Subject: [PATCH] changed to http --- ccmsi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccmsi.lua b/ccmsi.lua index 5252c92..fc30b1b 100644 --- a/ccmsi.lua +++ b/ccmsi.lua @@ -19,7 +19,7 @@ local CCMSI_VERSION = "v1.21" local install_dir = "/.install-cache" local manifest_path = "https://mikaylafischler.github.io/cc-mek-scada/manifests/" -local repo_path = "https://git.befatorinc.de/TheHomecraft/cc-mek-scada/" +local repo_path = "http://git.befatorinc.de/TheHomecraft/cc-mek-scada/" ---@diagnostic disable-next-line: undefined-global local _is_pkt_env = pocket -- luacheck: ignore pocket