summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-07-05 12:40:35 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-07-05 12:40:35 +0200
commit52f55c625baffaf0ad8db3638bdcee4d26a4717f (patch)
treeb9112a77655ee026509986cd6cf3b2a4088d2c41
parente40c961c074cdeec067854b617c30e69fa2c0448 (diff)
Fix repo URL, remove homepage, doc link
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 25dba51..503030b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,9 +9,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>",
description = "Crate to work with taskwarrior exported JSON"
keywords = ["json", "taskwarrior", "todo", "import", "export"]
-documentation = "https://matthiasbeyer.github.io/task-hookrs/task_hookrs/index.html"
-homepage = "https://github.com/matthiasbeyer/task-hookrs"
-repository = "https://github.com/matthiasbeyer/task-hookrs"
+repository = "https://git.beyermatthi.as/task-hookrs"
readme = "./README.md"
license = "MPL-2.0"