diff options
author | Binzy_Boi <binzy_boi@noreply.codeberg.org> | 2024-10-07 05:02:23 +0000 |
---|---|---|
committer | Binzy_Boi <binzy_boi@noreply.codeberg.org> | 2024-10-07 05:02:23 +0000 |
commit | f99f6218a622248292a386f001a41102e966bf4e (patch) | |
tree | ecec71cc8781150ee04be05ec51f59dd1591be40 | |
parent | 3.0.1 => 3.0.2 (diff) | |
download | libredirect-f99f6218a622248292a386f001a41102e966bf4e.zip |
Update src/config.json
Changing "PokeTube" to "Poke" and updating repo URL.
-rw-r--r-- | src/config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.json b/src/config.json index 9767bf43..83e5a137 100644 --- a/src/config.json +++ b/src/config.json @@ -52,15 +52,15 @@ "instanceList": true, "url": "https://github.com/mmjee/Piped-Material" }, - "poketube": { + "poke": { "excludeTargets": [ 2, 3 ], - "name": "PokeTube", + "name": "Poke", "embeddable": true, "instanceList": true, - "url": "https://codeberg.org/Ashley/poketube" + "url": "https://codeberg.org/ashley/poke" }, "cloudtube": { "name": "CloudTube", |