Skip to content

Commit 82b7f14

Browse files
Minor fixes to Cargo.toml
Remove keyword that's >20 chars from Cargo.toml. Fix Apache 2.0 to add a hyphen.
1 parent d131df2 commit 82b7f14

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
@@ -6,10 +6,10 @@ authors = ["Vincent Prouillet <[email protected]>", "Gerrit Gerritsen <gerrit
66
homepage = "https://github.com/onecodex/rust-bfield/"
77
repository = "https://github.com/onecodex/rust-bfield/"
88
readme = "README.md"
9-
keywords = ["B-field", "probabilistic data structures"]
9+
keywords = ["B-field"]
1010
categories = ["data-structures"]
1111
edition = "2018"
12-
license = "Apache 2.0"
12+
license = "Apache-2.0"
1313
exclude = [
1414
".gitignore",
1515
".github/*",

0 commit comments

Comments
 (0)