summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-08-26 15:07:47 -0400
committerMatan Kushner <hello@matchai.me>2019-08-26 15:07:47 -0400
commit81ea165cecab575bba60c093f5a088f18bbe7d18 (patch)
tree4ca054764c81d7270a60a2830b1c4930de2e49ff
parentcdea40158916e7f0f3cf2fff80a8a555ba2a6ce7 (diff)
chore: Add homepage to Cargo.toml
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7bb76abbb..e7957c81c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,8 +3,9 @@ name = "starship"
version = "0.12.2"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
-repository = "https://github.com/starship/starship"
+homepage = "https://starship.rs"
documentation = "https://starship.rs/guide/"
+repository = "https://github.com/starship/starship"
readme = "README.md"
license = "ISC"
keywords = ["prompt", "shell", "bash", "fish", "zsh"]