From cfbe95493e0ca814177ccca64e56fcd8d342e178 Mon Sep 17 00:00:00 2001 From: iff Date: Wed, 25 Sep 2024 18:16:16 +0200 Subject: [PATCH] add: repo link when encouraging contributions --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 13f682e..4dfcf98 100644 --- a/src/main.rs +++ b/src/main.rs @@ -77,5 +77,5 @@ fn main() { } } eprintln!("{}: {}\n", t!("no-suggestion"), last_command.red()); - eprintln!("{}", t!("contribute")); + eprintln!("{}\n{}", t!("contribute"), "https://github.com/iffse/pay-respects"); }