Skip to content

Commit 2f67071

Browse files
authored
Merge pull request sfackler#247 from jbtrystram/patch-1
Use SPDX license format
2 parents 774a19c + 87b9fc1 commit 2f67071

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
@@ -2,7 +2,7 @@
22
name = "native-tls"
33
version = "0.2.11"
44
authors = ["Steven Fackler <[email protected]>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
description = "A wrapper over a platform's native TLS implementation"
77
repository = "https://github.com/sfackler/rust-native-tls"
88
readme = "README.md"

0 commit comments

Comments
 (0)