0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-06-30 18:42:55 +00:00

[LinuxBlogBridge] fix typo

This commit is contained in:
tillcash 2025-05-09 08:54:11 +05:30 committed by GitHub
parent 5bd767b862
commit 9d680f5e4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
class LinuxBlogBridge extends BridgeAbstract
{
const NAME = 'LinuxBlog.in';
const NAME = 'LinuxBlog.io';
const URI = 'https://linuxblog.io';
const DESCRIPTION = 'Retrieve recent articles';
const MAINTAINER = 'tillcash';