update authers for rest of the node-template cargo.toml files (#2242)

This commit is contained in:
Xiliang Chen
2019-04-10 20:26:29 +12:00
committed by Bastian Köcher
parent 0afc357a97
commit 19d77cbc23
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "node-template-runtime"
version = "1.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
authors = ["Anonymous"]
edition = "2018"
[dependencies]
@@ -1,7 +1,7 @@
[package]
name = "node-template-runtime-wasm"
version = "1.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
authors = ["Anonymous"]
edition = "2018"
[lib]