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

github.com/ClusterM/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 f607adf..7a11d92 100644
--- a/NesTiler/Program.cs
+++ b/NesTiler/Program.cs
@@ -14,7 +14,7 @@ namespace com.clusterrr.Famicom.NesTiler
{
public class Program
{
- public const string REPO_PATH = "https://github.com/ClusterM/nestiler";
+ public const string REPO_PATH = "https://github.com/ClusterM/NesTiler";
public static DateTime BUILD_TIME = new DateTime(1970, 1, 1, 0, 0, 0, 0, DateTimeKind.Utc).AddSeconds(long.Parse(Properties.Resources.buildtime.Trim()));
public const int MAX_BG_COLOR_AUTODETECT_ITERATIONS = 5;