From 3cde83ef43f24c91e6a993a84c6b0bdc317c8a7f Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Tue, 4 Oct 2022 11:16:01 +0200 Subject: recipes: add initial Bugzilla service (#153) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://github.com/ferdium/ferdium-recipes/issues/150 Signed-off-by: Maciej Barć --- recipes/bugzilla/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/bugzilla/index.js (limited to 'recipes/bugzilla/index.js') diff --git a/recipes/bugzilla/index.js b/recipes/bugzilla/index.js new file mode 100644 index 0000000..dd41f72 --- /dev/null +++ b/recipes/bugzilla/index.js @@ -0,0 +1 @@ +module.exports = Ferdium => Ferdium; -- cgit v1.2.3-54-g00ecf