Skip to content

Commit c6cde06

Browse files
committed
Fix license configuration for crates.io
1 parent 9a8302f commit c6cde06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name = "hun"
33
version = "0.1.0"
44
edition = "2021"
55
description = "Hun: The History Unification Node. A supercharged shell history tool with SQLite backend and TUI."
6-
license = "Proprietary"
6+
license-file = "LICENSE"
77
repository = "https://github.com/dotandev/hun"
8+
homepage = "https://github.com/dotandev/hun"
9+
documentation = "https://docs.rs/savert/hun"
810
keywords = ["cli", "history", "shell", "sqlite", "tui"]
911
categories = ["command-line-utilities", "development-tools"]
1012
readme = "README.md"

0 commit comments

Comments
 (0)