From 6f06a6c55ea84e137fede0862492e8e05e47a032 Mon Sep 17 00:00:00 2001 From: axtlos Date: Mon, 11 Oct 2021 19:56:03 +0000 Subject: [PATCH] fix src link in -v output --- src/mods/ver.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods/ver.rs b/src/mods/ver.rs index 4a80061..525245a 100644 --- a/src/mods/ver.rs +++ b/src/mods/ver.rs @@ -20,7 +20,7 @@ pub fn ver() { "{}", Colour::Purple .bold() - .paint("https://github.com/crystal-linux/ame") + .paint("https://git.getcryst.al/crystal-linux/ame") ); println!(""); }