Correct copyright year (#7375)

* Correct copyright year

* Correct name
This commit is contained in:
XLion
2024-03-13 21:12:04 +08:00
committed by GitHub
parent 482bb5f64f
commit c186378d43
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ fn main() {
);
let matches = App::new("rustdesk")
.version(crate::VERSION)
.author("CarrieZ Studio<info@rustdesk.com>")
.author("Purslane Ltd<info@rustdesk.com>")
.about("RustDesk command line tool")
.args_from_usage(&args)
.get_matches();