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 = "/"