mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-16 21:58:21 +01:00
[FDroidRepoBridge] Fix example repo
The ttrss example/placeholder repo is offline, which fails CI jobs. Replace it with a healthy repo and package to get working CI tests and comparisons.
This commit is contained in:
parent
3ff2ef94e0
commit
d5aa3aef69
@ -14,7 +14,7 @@ class FDroidRepoBridge extends BridgeAbstract
|
||||
'name' => 'Repository URL',
|
||||
'title' => 'Usually ends with /repo/',
|
||||
'required' => true,
|
||||
'exampleValue' => 'https://srv.tt-rss.org/fdroid/repo'
|
||||
'exampleValue' => 'https://molly.im/fdroid/foss/fdroid/repo'
|
||||
]
|
||||
],
|
||||
'Latest Updates' => [
|
||||
@ -35,7 +35,7 @@ class FDroidRepoBridge extends BridgeAbstract
|
||||
'package' => [
|
||||
'name' => 'Package Identifier',
|
||||
'required' => true,
|
||||
'exampleValue' => 'org.fox.ttrss'
|
||||
'exampleValue' => 'im.molly.app'
|
||||
]
|
||||
]
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user