summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-06-14 22:39:06 +0800
committerruki <[email protected]>2024-06-14 22:39:06 +0800
commit44daa72100eff20fca36cefe898c86306e5651de (patch)
treefef474f5bac5dddf568ce6d3dc82a6e8dda55884 /tests/plugins/pack/xmake.lua
parentff6a2cbe45b52d618e8f2a71f4579d43a980accb (diff)
improve debian copyright
Diffstat (limited to 'tests/plugins/pack/xmake.lua')
-rw-r--r--tests/plugins/pack/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/pack/xmake.lua b/tests/plugins/pack/xmake.lua
index e5a83d8f1..638b6208d 100644
--- a/tests/plugins/pack/xmake.lua
+++ b/tests/plugins/pack/xmake.lua
@@ -21,7 +21,7 @@ target("foo")
xpack("test")
set_formats("nsis", "srpm", "rpm", "deb", "zip", "targz", "srczip", "srctargz", "runself", "wix")
set_title("hello")
- set_author("ruki")
+ set_author("ruki <[email protected]>")
set_description("A test installer.")
set_homepage("https://xmake.io")
set_license("Apache-2.0")