Cargo.toml: Set the correct license.
parent
bb3b59ac37
commit
50167e7988
|
@ -4,7 +4,7 @@ description = "A high level Matrix client-server library."
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
|
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma", "nio"]
|
keywords = ["matrix", "chat", "messaging", "ruma", "nio"]
|
||||||
license = "MIT"
|
license = "Apache-2.0"
|
||||||
name = "matrix-sdk"
|
name = "matrix-sdk"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/matrix-org/matrix-rust-sdk"
|
repository = "https://github.com/matrix-org/matrix-rust-sdk"
|
||||||
|
|
Loading…
Reference in New Issue