diff --git a/substrate/node-template/runtime/Cargo.toml b/substrate/node-template/runtime/Cargo.toml index dd2a340886..6147250df1 100644 --- a/substrate/node-template/runtime/Cargo.toml +++ b/substrate/node-template/runtime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "node-template-runtime" version = "1.0.0" -authors = ["Parity Technologies "] +authors = ["Anonymous"] edition = "2018" [dependencies] diff --git a/substrate/node-template/runtime/wasm/Cargo.toml b/substrate/node-template/runtime/wasm/Cargo.toml index 884a42e722..8b3dcf52ea 100644 --- a/substrate/node-template/runtime/wasm/Cargo.toml +++ b/substrate/node-template/runtime/wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "node-template-runtime-wasm" version = "1.0.0" -authors = ["Parity Technologies "] +authors = ["Anonymous"] edition = "2018" [lib]