Skip to content

Commit 1be447e

Browse files
Make license metadata SPDX compliant
1 parent d8bc15d commit 1be447e

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
@@ -2,7 +2,7 @@
22
name = "serde_urlencoded"
33
version = "0.7.1" # bump in documentation link and in README on update
44
authors = ["Anthony Ramine <[email protected]>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/nox/serde_urlencoded"
77
documentation = "https://docs.rs/serde_urlencoded/0.7.1/serde_urlencoded/"
88
description = "`x-www-form-urlencoded` meets Serde"

0 commit comments

Comments
 (0)