Skip to content

Commit 0f5e6fb

Browse files
Make license metadata SPDX compliant (#158)
1 parent b2625f3 commit 0f5e6fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
2-
32
name = "httparse"
43
version = "1.8.0"
54
authors = ["Sean McArthur <[email protected]>"]
6-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
76
description = "A tiny, safe, speedy, zero-copy HTTP/1.x parser."
87
repository = "https://github.com/seanmonstar/httparse"
98
documentation = "https://docs.rs/httparse"

0 commit comments

Comments
 (0)