[NasaApodBridge] Use HTTPS instead of HTTP

This commit is contained in:
Corentin Garcia 2017-03-20 14:26:08 +01:00 committed by GitHub
parent b48a44c979
commit a84c245fa0

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';