diff options
| author | ruki <[email protected]> | 2024-06-14 22:39:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-06-14 22:39:06 +0800 |
| commit | 44daa72100eff20fca36cefe898c86306e5651de (patch) | |
| tree | fef474f5bac5dddf568ce6d3dc82a6e8dda55884 /tests/plugins/pack/xmake.lua | |
| parent | ff6a2cbe45b52d618e8f2a71f4579d43a980accb (diff) | |
improve debian copyright
Diffstat (limited to 'tests/plugins/pack/xmake.lua')
| -rw-r--r-- | tests/plugins/pack/xmake.lua | 2 |
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") |
