diff options
| author | ruki <[email protected]> | 2025-07-03 23:04:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-03 23:04:28 +0800 |
| commit | 24fb7d4178c4cba07ad85687495b94dd6660c073 (patch) | |
| tree | 07bd43107d7aef209b4d702d1cc701758b6d4d19 /core/xpack.lua | |
| parent | 5670477e415e24962c57eac21194c63946ee5e1e (diff) | |
update morecopyright
Diffstat (limited to 'core/xpack.lua')
| -rw-r--r-- | core/xpack.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/xpack.lua b/core/xpack.lua index c0c6ae880..b6ee83633 100644 --- a/core/xpack.lua +++ b/core/xpack.lua @@ -2,7 +2,7 @@ xpack("xmake") set_homepage("https://xmake.io") set_title("Xmake build utility ($(arch))") set_description("A cross-platform build utility based on Lua.") - set_copyright("Copyright (C) 2015-present, TBOOX Open Source Group") + set_copyright("Copyright (C) 2015-present, Xmake Open Source Community") set_author("ruki <[email protected]>") set_licensefile("../LICENSE.md") set_formats("nsis", "wix", "zip") @@ -88,7 +88,7 @@ xpack("xmakesrc") set_homepage("https://xmake.io") set_title("Xmake build utility ($(arch))") set_description("A cross-platform build utility based on Lua.") - set_copyright("Copyright (C) 2015-present, TBOOX Open Source Group") + set_copyright("Copyright (C) 2015-present, Xmake Open Source Community") set_author("ruki <[email protected]>") set_formats("srczip", "srctargz", "runself", "srpm", "deb") set_basename("xmake-v$(version)") |
