0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-06-29 18:21:07 +00:00

[LinuxBlogBridge] fix typo (#4549)

This commit is contained in:
tillcash 2025-05-09 09:11:10 +05:30 committed by GitHub
parent 6c4225441a
commit fd267df0e9
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';