From cb766e5f5deaf936e3bb3ebba45676f7227b5b41 Mon Sep 17 00:00:00 2001 From: Xiliang Chen Date: Tue, 9 Apr 2019 17:22:20 +1200 Subject: [PATCH] update name and authors to placeholder text for node-template (#2222) * update name and authors to placeholder text * revert package name change --- substrate/node-template/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/node-template/Cargo.toml b/substrate/node-template/Cargo.toml index 550e2c0ca1..0868eebdd1 100644 --- a/substrate/node-template/Cargo.toml +++ b/substrate/node-template/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "node-template" version = "1.0.0" -authors = ["Parity Technologies "] +authors = ["Anonymous"] build = "build.rs" edition = "2018"