Use correct SPDX license identifier in Cargo.toml

This commit is contained in:
Alexander Krotov
2020-01-12 13:38:27 +03:00
parent 73c69c3f93
commit 454c52f4ab
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ description = "Deltachat FFI"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"
readme = "README.md"
license = "MIT OR Apache-2.0"
license = "MPL-2.0"
keywords = ["deltachat", "chat", "openpgp", "email", "encryption"]
categories = ["cryptography", "std", "email"]