From 1ed17cd4673f1f339eebc751b94ded6b50184cad Mon Sep 17 00:00:00 2001 From: Peter Goodspeed-Niklaus Date: Thu, 23 Jul 2020 16:56:16 +0200 Subject: [PATCH] assign authorship to parity (#1459) --- polkadot/node/bitfield-signing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/node/bitfield-signing/Cargo.toml b/polkadot/node/bitfield-signing/Cargo.toml index c3a2934aad..d1c7e902e9 100644 --- a/polkadot/node/bitfield-signing/Cargo.toml +++ b/polkadot/node/bitfield-signing/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-bitfield-signing" version = "0.1.0" -authors = ["Peter Goodspeed-Niklaus "] +authors = ["Parity Technologies "] edition = "2018" [dependencies]