Use valid SPDX in the license field.

This commit is contained in:
Henri Sivonen
2020-05-13 09:48:43 +03:00
parent adcb9b3004
commit 753239ecb1
+1 -1
View File
@@ -3,7 +3,7 @@ name = "encoding_rs"
description = "A Gecko-oriented implementation of the Encoding Standard"
version = "0.8.22" # Remember to keep html_root_url in lib.rs in sync!
authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
license = "MIT/Apache-2.0"
license = "Apache-2.0 OR MIT"
readme = "README.md"
documentation = "https://docs.rs/encoding_rs/"
homepage = "https://docs.rs/encoding_rs/"