summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-05-28 22:54:34 +0300
committerorhun <orhun@archlinux.org>2021-05-28 22:54:34 +0300
commit45e5e9a739e4c5a18662759c0a9f72f0037406ba (patch)
treeca42b2394461a058edc9f9fff081d06dd03725dd
parentcf3f32f90561bd0b428735e3757300ea034ff2c7 (diff)
chore: Update documentation field in Cargo.toml
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 110e84c..b249d3b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ description = "Manage your GnuPG keys with ease!"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
license = "MIT"
readme = "README.md"
-documentation = "https://github.com/orhun/gpg-tui/blob/master/README.md"
+documentation = "https://docs.rs/gpg-tui"
homepage = "https://github.com/orhun/gpg-tui"
repository = "https://github.com/orhun/gpg-tui"
keywords = ["gnupg", "gpg", "tui", "key", "management"]