From dc40a0ed9a2cb59c9f6ade082f634c72925678d2 Mon Sep 17 00:00:00 2001 From: Manuel Pfemeter Date: Sun, 22 Jul 2018 17:50:25 +0200 Subject: [PATCH] uses correct project home url --- ElectronNET.CLI/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }