From 1678378bab11ac73b4521771ca9a4757b4898a85 Mon Sep 17 00:00:00 2001 From: Mitsu Date: Thu, 30 Jul 2015 11:29:25 +0200 Subject: [PATCH] [TwitchApi] Fix homepage link --- bridges/TwitchApiBridge.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridges/TwitchApiBridge.php b/bridges/TwitchApiBridge.php index 19c9878c..7e7f1c49 100644 --- a/bridges/TwitchApiBridge.php +++ b/bridges/TwitchApiBridge.php @@ -5,7 +5,7 @@ * 14 days: http://blog.twitch.tv/2014/08/important-reminder-past-broadcasts-removed-today/ * * @name Twitch API Bridge -* @homepage https://www.twitch.tv +* @homepage http://www.twitch.tv * @description Returns the newest broadcasts or highlights by channel name using the Twitch API (v3) * @maintainer logmanoriginal * @update 2015-07-14 @@ -129,4 +129,4 @@ class TwitchApiBridge extends BridgeAbstract{ return 10800; // 3 hours } } -?> \ No newline at end of file +?>