[ExplosmBridge] Fix website URI (#2140)

This commit is contained in:
Joseph 2021-06-01 05:18:14 +00:00 committed by GitHub
parent d38bc18232
commit 459adf4790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ class ExplosmBridge extends FeedExpander {
const MAINTAINER = 'bockiii'; const MAINTAINER = 'bockiii';
const NAME = 'Explosm Bridge'; const NAME = 'Explosm Bridge';
const URI = 'https://www.explosm.com/'; const URI = 'https://www.explosm.net/';
const CACHE_TIMEOUT = 4800; //2hours const CACHE_TIMEOUT = 4800; //2hours
const DESCRIPTION = 'Returns the last 5 comics'; const DESCRIPTION = 'Returns the last 5 comics';