Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NesTiler.git/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NesTiler/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/NesTiler/Program.cs b/NesTiler/Program.cs
index 5fd13d1..f577391 100644
--- a/NesTiler/Program.cs
+++ b/NesTiler/Program.cs
@@ -37,7 +37,7 @@ namespace com.clusterrr.Famicom.NesTiler
Console.WriteLine($" Commit: {Properties.Resources.gitCommit} @ {REPO_PATH}");
Console.WriteLine($" Build time: {BUILD_TIME.ToLocalTime()}");
#endif
- Console.WriteLine(" (c) Alexey 'Cluster' Avdyukhin / https://clusterrr.com / clusterrr@clusterrr.com");
+ Console.WriteLine(" (c) Alexey Cluster / https://cluster.wtf / cluster@cluster.wtf");
Console.WriteLine("");
}