Skip to content

Commit

Permalink
fix: remove netbsd keyword (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkna authored Jul 25, 2024
1 parent e1c53f1 commit 764972b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Starship Contributors"]
build = "build.rs"
categories = ["os"]
edition = "2021"
keywords = ["battery", "linux", "macos", "windows", "freebsd", "netbsd"]
keywords = ["battery", "linux", "macos", "windows", "freebsd"]
license = "ISC"
readme = "README.md"
repository = "https://github.com/starship/rust-battery"
Expand Down

0 comments on commit 764972b

Please sign in to comment.