Skip to content

Commit 9e072ca

Browse files
johnbattydpc
authored andcommitted
Fix license field to be a valid SPDX expression
1 parent 4bb6e0a commit 9e072ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
55
description = "Asynchronous drain for slog-rs"
66
keywords = ["slog", "logging", "log", "asynchronous"]
77
categories = ["development-tools::debugging"]
8-
license = "MPL-2.0/MIT/Apache-2.0"
8+
license = "MPL-2.0 OR MIT OR Apache-2.0"
99
documentation = "https://docs.rs/slog-async"
1010
homepage = "https://github.com/slog-rs/slog"
1111
repository = "https://github.com/slog-rs/async"

0 commit comments

Comments
 (0)