diff options
| -rw-r--r-- | src/luarocks/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 6eb13d10..e864c9fd 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
| @@ -237,7 +237,7 @@ local defaults = { | |||
| 237 | disabled_servers = {}, | 237 | disabled_servers = {}, |
| 238 | 238 | ||
| 239 | upload = { | 239 | upload = { |
| 240 | server = "https://rocks.moonscript.org", | 240 | server = "https://luarocks.org", |
| 241 | tool_version = "1.0.0", | 241 | tool_version = "1.0.0", |
| 242 | api_version = "1", | 242 | api_version = "1", |
| 243 | }, | 243 | }, |
