Cargo.toml: Set the correct license.

master
Damir Jelić 2020-03-26 10:04:08 +01:00
parent bb3b59ac37
commit 50167e7988
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ description = "A high level Matrix client-server library."
edition = "2018"
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
keywords = ["matrix", "chat", "messaging", "ruma", "nio"]
license = "MIT"
license = "Apache-2.0"
name = "matrix-sdk"
readme = "README.md"
repository = "https://github.com/matrix-org/matrix-rust-sdk"