From c8340b8a59388c9b40be72337593e56b02ec6010 Mon Sep 17 00:00:00 2001 From: dannoe Date: Mon, 6 Apr 2020 05:01:17 +0000 Subject: [PATCH] Updated UpdateUrl to point to the new organization repo. (#87) --- KeeTrayTOTP/TrayTOTP_Plugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeeTrayTOTP/TrayTOTP_Plugin.cs b/KeeTrayTOTP/TrayTOTP_Plugin.cs index 8a74676..7b48e4b 100644 --- a/KeeTrayTOTP/TrayTOTP_Plugin.cs +++ b/KeeTrayTOTP/TrayTOTP_Plugin.cs @@ -952,7 +952,7 @@ public override Image SmallIcon /// public override string UpdateUrl { - get { return "https://raw.githubusercontent.com/victor-rds/KeeTrayTOTP/master/version_manifest.txt"; } + get { return "https://raw.githubusercontent.com/KeeTrayTOTP/KeeTrayTOTP/master/version_manifest.txt"; } } } }