summaryrefslogtreecommitdiff
path: root/xmake/core
diff options
context:
space:
mode:
authorruki <[email protected]>2025-07-03 23:01:48 +0800
committerruki <[email protected]>2025-07-03 23:01:48 +0800
commitd7fefefea5959ae89694891b2a034ec274eb2fe3 (patch)
treec626025fdbbafe3e9fb70a898eebd28755be52f3 /xmake/core
parentf1c7a3d3e666b4e0dee06d7739c77663de100386 (diff)
remove tboox.org
Diffstat (limited to 'xmake/core')
-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 ()