From 311e41ee0d0a4cb152046664d4234d8f06a285d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 15 Jun 2020 09:47:13 +0200 Subject: [PATCH] matrix-sdk: Fix the author field in the cargo files. --- matrix_sdk/Cargo.toml | 2 +- matrix_sdk_base/Cargo.toml | 2 +- matrix_sdk_common/Cargo.toml | 2 +- matrix_sdk_crypto/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/matrix_sdk/Cargo.toml b/matrix_sdk/Cargo.toml index b6fdfddd..fd300e0b 100644 --- a/matrix_sdk/Cargo.toml +++ b/matrix_sdk/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Damir Jelić "] description = "A high level Matrix client-server library." edition = "2018" homepage = "https://github.com/matrix-org/matrix-rust-sdk" diff --git a/matrix_sdk_base/Cargo.toml b/matrix_sdk_base/Cargo.toml index c7b34878..572e01c7 100644 --- a/matrix_sdk_base/Cargo.toml +++ b/matrix_sdk_base/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Damir Jelić "] description = "The base component to build a Matrix client library." edition = "2018" homepage = "https://github.com/matrix-org/matrix-rust-sdk" diff --git a/matrix_sdk_common/Cargo.toml b/matrix_sdk_common/Cargo.toml index cb34e411..2d5d2c47 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Damir Jelić "] description = "Collection of common types used in the matrix-sdk" edition = "2018" homepage = "https://github.com/matrix-org/matrix-rust-sdk" diff --git a/matrix_sdk_crypto/Cargo.toml b/matrix_sdk_crypto/Cargo.toml index fe154516..4508ab3f 100644 --- a/matrix_sdk_crypto/Cargo.toml +++ b/matrix_sdk_crypto/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Damir Jelić "] description = "Matrix encryption library" edition = "2018" homepage = "https://github.com/matrix-org/matrix-rust-sdk"