Skip to content

Commit

Permalink
Update license field following SPDX 2.1 license expression standard
Browse files Browse the repository at this point in the history
  • Loading branch information
frisoft committed Jul 20, 2023
1 parent 69294e5 commit 0208982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "sled"
version = "0.34.7"
authors = ["Tyler Neely <t@jujit.su>"]
description = "Lightweight high-performance pure-rust transactional embedded database."
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/spacejam/sled"
repository = "https://github.com/spacejam/sled"
keywords = ["redis", "mongo", "sqlite", "lmdb", "rocksdb"]
Expand Down

0 comments on commit 0208982

Please sign in to comment.