Merge pull request #495 from corenting/patch-1

[NasaApodBridge] Use HTTPS instead of HTTP
This commit is contained in:
LogMANOriginal 2017-03-20 19:02:32 +01:00 committed by GitHub
commit 20ea75994d

View file

@ -3,7 +3,7 @@ class NasaApodBridge extends BridgeAbstract {
const MAINTAINER = 'corenting';
const NAME = 'NASA APOD Bridge';
const URI = 'http://apod.nasa.gov/apod/';
const URI = 'https://apod.nasa.gov/apod/';
const CACHE_TIMEOUT = 43200; // 12h
const DESCRIPTION = 'Returns the 3 latest NASA APOD pictures and explanations';