Skip to content

Commit

Permalink
Updated UpdateUrl to point to the new organization repo. (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannoe committed Apr 6, 2020
1 parent 5bcb098 commit c8340b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeeTrayTOTP/TrayTOTP_Plugin.cs
Expand Up @@ -952,7 +952,7 @@ public override Image SmallIcon
/// </summary>
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"; }
}
}
}

0 comments on commit c8340b8

Please sign in to comment.