From 2aa0dc7f4fdb3ad6428af741e4190742b6d1ac06 Mon Sep 17 00:00:00 2001 From: flightlevel Date: Sat, 7 Nov 2015 14:50:49 +1100 Subject: [PATCH] Installer Config: Update AppURL Update AppURL to https://github.com/Jackett/Jackett --- Installer.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer.iss b/Installer.iss index f5b51eb7d..3458be00b 100644 --- a/Installer.iss +++ b/Installer.iss @@ -4,7 +4,7 @@ #define MyAppName "Jackett" #define MyAppVersion GetFileVersion("build.windows/Jackett.dll") #define MyAppPublisher "Jackett Inc." -#define MyAppURL "https://github.com/zone117x/Jackett" +#define MyAppURL "https://github.com/Jackett/Jackett" #define MyAppExeName "JackettTray.exe" [Setup]