Skip to content

Commit a163901

Browse files
committed
Cargo: fix include license typo for ISC license
1 parent b3eb41e commit a163901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Rustls+hyper integration for pure rust HTTPS"
99
homepage = "https://github.com/rustls/hyper-rustls"
1010
repository = "https://github.com/rustls/hyper-rustls"
1111
documentation = "https://docs.rs/hyper-rustls/"
12-
include = ["Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "LICENSE-ICS", "README.md", "src/**/*.rs"]
12+
include = ["Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "LICENSE-ISC", "README.md", "src/**/*.rs"]
1313

1414
[features]
1515
default = ["native-tokio", "http1", "tls12", "logging", "aws-lc-rs"]

0 commit comments

Comments
 (0)