From 45ebbe339b2694887a855f394e2755a36c66ae3a Mon Sep 17 00:00:00 2001 From: Samuel-Sann Laurin Date: Thu, 11 Jul 2024 20:58:06 -0400 Subject: [PATCH] Link variable Update And updated this one as well, again sorry, i see a discrepancy in link, I fix it :P --- CherryPick.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CherryPick.cs b/CherryPick.cs index df15622..b3b7dc8 100644 --- a/CherryPick.cs +++ b/CherryPick.cs @@ -10,7 +10,7 @@ public partial class CherryPick : ResoniteMod public override string Name => "🍃🍒 CherryPick"; // May remove this flair if it gets obnoxious public override string Author => "Cyro"; public override string Version => typeof(CherryPick).Assembly.GetName().Version.ToString(); - public override string Link => "https://github.com/RileyGuy/CherryPick"; + public override string Link => "https://github.com/BlueCyro/CherryPick"; public static ModConfiguration? Config; public override void OnEngineInit() @@ -31,4 +31,4 @@ public override void OnEngineInit() }); }); } -} \ No newline at end of file +}