IPTorrents: change default URL

This commit is contained in:
kaso17 2016-12-19 20:25:18 +01:00
parent f2eb4dacd0
commit df941c54ce
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ namespace Jackett.Indexers
public IPTorrents(IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps)
: base(name: "IPTorrents",
description: "Always a step ahead.",
link: "https://ipt-update.com/",
link: "https://iptorrents.com/",
caps: new TorznabCapabilities(),
manager: i,
client: wc,