Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Outflow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class Outflow : ResoniteMod
public override string Name => "Outflow";
public override string Author => "Cyro";
public override string Version => typeof(Outflow).Assembly.GetName().Version.ToString();
public override string Link => "https://github.com/RileyGuy/Outflow";
public override string Link => "https://github.com/BlueCyro/Outflow";
public static ModConfiguration? Config;


Expand Down Expand Up @@ -166,4 +166,4 @@ public static void MessagesToTransmitCount_Postfix(Session __instance, ref int _
}
}
}
}
}