diff options
author | Pierre Chapuis <git@catwell.info> | 2023-07-26 15:34:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 10:34:06 -0300 |
commit | bb9d7ed38a092dde2b27e2adc7b386272f2890ee (patch) | |
tree | 8105733a72ae4e80cb16f9fdf12d3873d1c9be49 | |
parent | 9a3c5a879849f4f411a96cf1bdc0c4c7e26ade42 (diff) | |
download | luarocks-bb9d7ed38a092dde2b27e2adc7b386272f2890ee.tar.gz luarocks-bb9d7ed38a092dde2b27e2adc7b386272f2890ee.tar.bz2 luarocks-bb9d7ed38a092dde2b27e2adc7b386272f2890ee.zip |
update domain name of mirror (luafr.org -> loadk.com) (#1517)
-rw-r--r-- | src/luarocks/core/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua index a5f27e27..9c2728cc 100644 --- a/src/luarocks/core/cfg.lua +++ b/src/luarocks/core/cfg.lua | |||
@@ -200,7 +200,7 @@ local function make_defaults(lua_version, target_cpu, platforms, home) | |||
200 | { | 200 | { |
201 | "https://luarocks.org", | 201 | "https://luarocks.org", |
202 | "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", | 202 | "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/", |
203 | "https://luafr.org/luarocks/", | 203 | "https://loadk.com/luarocks/", |
204 | } | 204 | } |
205 | }, | 205 | }, |
206 | disabled_servers = {}, | 206 | disabled_servers = {}, |