From bd7aefd9bdea70be8a549a275a2163c4e3dc49fb Mon Sep 17 00:00:00 2001 From: Colin McKechney Date: Wed, 27 May 2026 01:13:44 -0400 Subject: [PATCH] Update robbit link --- src/modules/repo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/repo.rs b/src/modules/repo.rs index fd82edd..76d39a1 100644 --- a/src/modules/repo.rs +++ b/src/modules/repo.rs @@ -5,7 +5,7 @@ use std::collections::VecDeque; pub const PATTERN: &str = "^\\$repo\\s*$"; pub const NAME: &str = "repo"; pub const USAGE: &str = "Usage: $repo\r\nThis gives the link to the robbit repo"; -pub const REPO_LINK: &str = "https://github.com/ColinMcKechney/robbit.git"; +pub const REPO_LINK: &str = "https://git.mckechney.us/l3gion/robbit.git"; pub fn link(_: regex::Captures, _: &Message, _: &VecDeque) -> String { format!("{}\r\nPRs are always welcome!", REPO_LINK)