[NextInpactBridge] Use https

This commit is contained in:
Corentin Garcia 2017-03-20 21:48:29 +01:00
parent b48a44c979
commit 5166b4a551
No known key found for this signature in database
GPG Key ID: 38281F07841C8006

View File

@ -3,7 +3,7 @@ class NextInpactBridge extends FeedExpander {
const MAINTAINER = 'qwertygc'; const MAINTAINER = 'qwertygc';
const NAME = 'NextInpact Bridge'; const NAME = 'NextInpact Bridge';
const URI = 'http://www.nextinpact.com/'; const URI = 'https://www.nextinpact.com/';
const DESCRIPTION = 'Returns the newest articles.'; const DESCRIPTION = 'Returns the newest articles.';
public function collectData(){ public function collectData(){