summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-07-05 12:35:16 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-07-05 12:35:16 +0200
commit73735d2b738c623c89d8773ac86bb31fdea735fa (patch)
tree950bd4d958add10376c9a86486134f2771964215 /Cargo.toml
parent772b21f38c4fce0bf856abd8dda359e7d1a0c6a6 (diff)
Fix repo URL
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 383257a..44fbb87 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,8 +9,7 @@ categories = [ "date-and-time" ]
keywords = ["time", "calc", "parser"]
readme = "README.md"
license = "MPL-2.0"
-
-repository = "https://github.com/matthiasbeyer/kairos"
+repository = "https://git.beyermatthi.as/kairos"
[dependencies]
chrono = "0.4"