From c5085b3af7d08749f05460a77732e7f0c32f619e Mon Sep 17 00:00:00 2001
From: Awiteb
Date: Wed, 21 May 2025 19:18:09 +0000
Subject: [PATCH] chore: Update the bugs report location
Signed-off-by: Awiteb
---
src/cli/mod.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/cli/mod.rs b/src/cli/mod.rs
index 92563de..df3b82c 100644
--- a/src/cli/mod.rs
+++ b/src/cli/mod.rs
@@ -44,10 +44,10 @@ License GNU GPL-3.0-or-later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
-Git repository: https://git.4rs.nl/awiteb/n34"#;
+Git repository: https://git.4rs.nl/awiteb/n34.git"#;
/// Footer message, used in the help message
-const FOOTER: &str = r#"Please report bugs to ."#;
+const FOOTER: &str = r#"Please report bugs to ."#;
/// The command-line interface options
#[derive(Args, Clone)]