aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/twitter/package.json
diff options
context:
space:
mode:
authorLibravatar Abdul Hafiz Muhammad <hafiz.muhammad.github@skiff.com>2023-09-24 07:28:50 -0400
committerLibravatar GitHub <noreply@github.com>2023-09-24 05:28:50 -0600
commit6066caabfb1f32ec6f1a4dd052d3d937afbfd604 (patch)
tree69825bfd5802e4790264871558381fe1a8df4f54 /recipes/twitter/package.json
parentchore: remove dead grape recipe (#428) (diff)
downloadferdium-recipes-6066caabfb1f32ec6f1a4dd052d3d937afbfd604.tar.gz
ferdium-recipes-6066caabfb1f32ec6f1a4dd052d3d937afbfd604.tar.zst
ferdium-recipes-6066caabfb1f32ec6f1a4dd052d3d937afbfd604.zip
Update Twitter recipe to X (#423)
Diffstat (limited to 'recipes/twitter/package.json')
-rw-r--r--recipes/twitter/package.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes/twitter/package.json b/recipes/twitter/package.json
index 4a1801f..269f8aa 100644
--- a/recipes/twitter/package.json
+++ b/recipes/twitter/package.json
@@ -1,11 +1,13 @@
1{ 1{
2 "id": "twitter", 2 "id": "twitter",
3 "name": "Twitter", 3 "name": "X",
4 "version": "1.4.0", 4 "version": "1.4.1",
5 "license": "MIT", 5 "license": "MIT",
6 "repository": "https://github.com/ferdium/ferdium-recipes", 6 "aliases": [
7 "Twitter"
8 ],
7 "config": { 9 "config": {
8 "serviceURL": "https://twitter.com", 10 "serviceURL": "https://x.com",
9 "hasNotificationSound": true 11 "hasNotificationSound": true
10 } 12 }
11} 13}