aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/github/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-21 22:53:44 -0500
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-21 22:57:47 -0500
commit0147c0a05c2bf936d69f18aa67a38246b5de649f (patch)
tree72bd31e03320b5cfb3e2f8ae08fae32d386741d6 /recipes/github/package.json
parentFixing version of telegram recipe (diff)
downloadferdium-recipes-0147c0a05c2bf936d69f18aa67a38246b5de649f.tar.gz
ferdium-recipes-0147c0a05c2bf936d69f18aa67a38246b5de649f.tar.zst
ferdium-recipes-0147c0a05c2bf936d69f18aa67a38246b5de649f.zip
Support for self-hosted github
Diffstat (limited to 'recipes/github/package.json')
-rw-r--r--recipes/github/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/github/package.json b/recipes/github/package.json
index 26ca696..d939907 100644
--- a/recipes/github/package.json
+++ b/recipes/github/package.json
@@ -1,11 +1,12 @@
1{ 1{
2 "id": "github", 2 "id": "github",
3 "name": "GitHub", 3 "name": "GitHub",
4 "version": "2.4.0", 4 "version": "2.5.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://github.com/notifications", 7 "serviceURL": "https://github.com/notifications",
8 "hasHostedOption": true, 8 "hasHostedOption": true,
9 "hasCustomUrl": true,
9 "hasIndirectMessages": true 10 "hasIndirectMessages": true
10 } 11 }
11} 12}