fixed kvdb-memorydb && kvdb-rocksdb authors

This commit is contained in:
debris 2017-10-12 15:38:38 +02:00
parent eb526b7769
commit c05fd9607c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "kvdb-memorydb"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
parking_lot = "0.4"

View File

@ -1,7 +1,7 @@
[package]
name = "kvdb-rocksdb"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
log = "0.3"