From 225355a7bd3a8e10a2ec7f1544d13104f26eb9ff Mon Sep 17 00:00:00 2001 From: p2vman Date: Mon, 5 May 2025 09:21:14 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20src/ckg.lua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ckg.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ckg.lua b/src/ckg.lua index 3667ca7..fdc6f9d 100644 --- a/src/ckg.lua +++ b/src/ckg.lua @@ -10,8 +10,8 @@ local CACHE_DIR = fs.combine(INSTALL_DIR, "cache") local REPO_CACHE_DIR = fs.combine(CACHE_DIR, "repos") local CONFIG_FILE = fs.combine(INSTALL_DIR, "config.txt") local DEFAULT_REPOS = { - "http://193.23.220.51:3000/p2vman/cpkg/raw/branch/main/packages.json", - "http://193.23.220.51:3000/p2vman/luastd/raw/branch/main/packages.json" + "https://git.eptaproject.space/p2vman/cpkg/raw/branch/main/packages.json", + "https://git.eptaproject.space/p2vman/luastd/raw/branch/main/packages.json" } local INSTALL_PKG_DIR = "/"