diff --git a/ElectronNET.CLI/Program.cs b/ElectronNET.CLI/Program.cs index c053a58..e328d1f 100644 --- a/ElectronNET.CLI/Program.cs +++ b/ElectronNET.CLI/Program.cs @@ -70,7 +70,7 @@ namespace ElectronNET.CLI sb.Append($" ({version})"); } Console.WriteLine(sb.ToString()); - Console.WriteLine("Project Home: https://github.com/GregorBiswanger/ElectronNET"); + Console.WriteLine("Project Home: https://github.com/ElectronNET/Electron.NET"); Console.WriteLine("\t"); }