Skip to content

Commit 066816c

Browse files
committed
fix: license identifier
1 parent 491bd04 commit 066816c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = "0.1.0"
44
description = "Ridiculously fast voice activity detection in pure #[no_std] Rust"
55
repository = "https://github.com/pykeio/earshot"
66
authors = [ "Carson M <[email protected]>" ]
7-
license = "BSD-3-CLAUSE"
7+
license = "BSD-3-Clause"
88
edition = "2021"
9-
exclude = ["tests/data"]
9+
exclude = ["tests/data", ".github"]
1010

1111
[features]
1212
default = [ "std", "alloc" ]

0 commit comments

Comments
 (0)