Skip to content

Commit b3280d3

Browse files
authored
Merge pull request #194 from atouchet/lic
Use SPDX license format
2 parents 7324c83 + 08e2344 commit b3280d3

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
@@ -3,7 +3,7 @@ name = "lazy_static"
33
# NB: When modifying, also modify html_root_url in lib.rs
44
version = "1.4.0"
55
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77

88
description = "A macro for declaring lazily evaluated statics in Rust."
99
readme = "README.md"

0 commit comments

Comments
 (0)