Remove SC from codegen authors, add jhwgh1968 to Rhai authors.

This commit is contained in:
Stephen Chung 2020-09-09 09:12:28 +08:00
parent d127698da9
commit d527ef7dbf
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ members = [
name = "rhai"
version = "0.18.3"
edition = "2018"
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung"]
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"]
description = "Embedded scripting for Rust"
homepage = "https://github.com/jonathandturner/rhai"
repository = "https://github.com/jonathandturner/rhai"

View File

@ -2,7 +2,7 @@
name = "rhai_codegen"
version = "0.1.0"
edition = "2018"
authors = ["jhwgh1968", "Stephen Chung"]
authors = ["jhwgh1968"]
description = "Proceducral macro support package for Rhai, a scripting language for Rust"
homepage = "https://github.com/jonathandturner/rhai"
repository = "https://github.com/jonathandturner/rhai"