Skip to content

Commit 95ff8f4

Browse files
committed
Fix license field to be a valid SPDX expression
1 parent 0fde629 commit 95ff8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "4.3.0"
44
authors = ["Dawid Ciężarkiewicz <[email protected]>"]
55
description = "Logging scopes for slog-rs"
66
keywords = ["slog", "logging", "slog", "log"]
7-
license = "MPL-2.0/MIT/Apache-2.0"
7+
license = "MPL-2.0 OR MIT OR Apache-2.0"
88
documentation = "https://docs.rs/slog-scope"
99
homepage = "https://github.com/slog-rs/slog"
1010
repository = "https://github.com/slog-rs/scope"

0 commit comments

Comments
 (0)