add: repo link when encouraging contributions

This commit is contained in:
iff 2024-09-25 18:16:16 +02:00
parent 4a233869bd
commit cfbe95493e

View file

@ -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");
}