1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-09-01 20:23:39 +02:00

bridges: Update maintainer (#2856)

This commit is contained in:
Yaman Qalieh
2022-06-22 13:07:54 -04:00
committed by GitHub
parent a166899633
commit abb4c17a0d
10 changed files with 0 additions and 10 deletions

View File

@@ -3,7 +3,6 @@ class PixivBridge extends BridgeAbstract {
// Good resource on API return values (Ex: illustType):
// https://hackage.haskell.org/package/pixiv-0.1.0/docs/Web-Pixiv-Types.html
const MAINTAINER = 'Yaman Qalieh';
const NAME = 'Pixiv Bridge';
const URI = 'https://www.pixiv.net/';
const DESCRIPTION = 'Returns the tag search from pixiv.net';