Skip to content

Commit 87b9fc1

Browse files
authored
Use SPDX license format
The use of `/` have been deprecated
1 parent 774a19c commit 87b9fc1

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)