aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bugzilla/package.json
diff options
context:
space:
mode:
authorLibravatar Maciej Barć <xgqt@riseup.net>2022-10-04 11:16:01 +0200
committerLibravatar GitHub <noreply@github.com>2022-10-04 09:16:01 +0000
commit3cde83ef43f24c91e6a993a84c6b0bdc317c8a7f (patch)
tree799518217cf2f820336366bc13bf59febd3e9cd6 /recipes/bugzilla/package.json
parentNew recipe: brax.me (#177) (diff)
downloadferdium-recipes-3cde83ef43f24c91e6a993a84c6b0bdc317c8a7f.tar.gz
ferdium-recipes-3cde83ef43f24c91e6a993a84c6b0bdc317c8a7f.tar.zst
ferdium-recipes-3cde83ef43f24c91e6a993a84c6b0bdc317c8a7f.zip
recipes: add initial Bugzilla service (#153)
Closes: https://github.com/ferdium/ferdium-recipes/issues/150 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'recipes/bugzilla/package.json')
-rw-r--r--recipes/bugzilla/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/bugzilla/package.json b/recipes/bugzilla/package.json
new file mode 100644
index 0000000..b1f7412
--- /dev/null
+++ b/recipes/bugzilla/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "bugzilla",
3 "name": "Bugzilla",
4 "version": "1.0.0",
5 "license": "MIT",
6 "aliases": [],
7 "config": {
8 "serviceURL": "https://bugzilla.mozilla.org/",
9 "hasCustomUrl": true,
10 "message": "Bugzilla's default URL is https://bugzilla.mozilla.org/",
11 "hasNotificationSound": true,
12 "hasIndirectMessages": true
13 }
14}