From 55f331a1a9c46c960b7ccea5fea1852e9889808d Mon Sep 17 00:00:00 2001 From: iff Date: Wed, 18 Sep 2024 23:29:51 +0200 Subject: [PATCH] fix: repo link --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 891c008..9f83f97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "pay-respects" -version = "0.4.13" +version = "0.4.14" edition = "2021" # for crates.io description = "Terminal command correction, alternative to thefuck written in Rust" -repository = "https://github.com/iffse/pay-respects-parser" +repository = "https://github.com/iffse/pay-respects" keywords = ["cli", "terminal", "utility", "shell"] categories = ["command-line-utilities"] license = "AGPL-3.0"