summaryrefslogtreecommitdiff
path: root/xmake/core/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/main.lua')
-rw-r--r--xmake/core/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index 4cbffc98a..055675183 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -46,7 +46,7 @@ local debugger = require("base/debugger")
local menu =
{
title = "${bright}xmake v" .. _VERSION .. ", A cross-platform build utility based on " .. (xmake._LUAJIT and "LuaJIT" or "Lua") .. "${clear}"
-, copyright = "Copyright (C) 2015-present Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}"
+, copyright = "Copyright (C) 2015-present Ruki Wang, ${underline}https://xmake.io${clear}"
-- the tasks: xmake [task]
, function ()