From f56a03f28f83a9586078fdbfc0f15e92389890ba Mon Sep 17 00:00:00 2001 From: kaso17 Date: Mon, 27 Feb 2017 18:20:16 +0100 Subject: [PATCH] HouseOfTorrents: update URL --- src/Jackett/Indexers/HouseOfTorrents.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett/Indexers/HouseOfTorrents.cs b/src/Jackett/Indexers/HouseOfTorrents.cs index 0d516a5b2..8744163fa 100644 --- a/src/Jackett/Indexers/HouseOfTorrents.cs +++ b/src/Jackett/Indexers/HouseOfTorrents.cs @@ -32,7 +32,7 @@ namespace Jackett.Indexers public HouseOfTorrents(IIndexerManagerService i, Logger l, IWebClient w, IProtectionService ps) : base(name: "House-of-Torrents", description: "A general tracker", - link: "https://houseoftorrents.me/", + link: "https://houseoftorrents.club/", caps: new TorznabCapabilities(), manager: i, client: w,