summaryrefslogtreecommitdiff
path: root/core/xpack.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/xpack.lua')
-rw-r--r--core/xpack.lua4
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)")