From 13d43d71795d39c743992738145b1ad6fb6c44a3 Mon Sep 17 00:00:00 2001 From: kytwb Date: Mon, 27 Dec 2021 18:07:48 +0100 Subject: Revert "Added new service: line.me (fixes #560)" This reverts commit b8857f2. --- recipes/line-me/LICENSE | 21 --------------------- recipes/line-me/icon.svg | 1 - recipes/line-me/index.js | 1 - recipes/line-me/package.json | 10 ---------- 4 files changed, 33 deletions(-) delete mode 100644 recipes/line-me/LICENSE delete mode 100644 recipes/line-me/icon.svg delete mode 100644 recipes/line-me/index.js delete mode 100644 recipes/line-me/package.json (limited to 'recipes') diff --git a/recipes/line-me/LICENSE b/recipes/line-me/LICENSE deleted file mode 100644 index 99d6f23..0000000 --- a/recipes/line-me/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2020 Vijay Raghavan Aravamudhan - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/recipes/line-me/icon.svg b/recipes/line-me/icon.svg deleted file mode 100644 index 381a62a..0000000 --- a/recipes/line-me/icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/recipes/line-me/index.js b/recipes/line-me/index.js deleted file mode 100644 index ef5d5bc..0000000 --- a/recipes/line-me/index.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = (Ferdi) => class LineMe extends Ferdi {}; diff --git a/recipes/line-me/package.json b/recipes/line-me/package.json deleted file mode 100644 index 7ac389e..0000000 --- a/recipes/line-me/package.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "id": "line-me", - "name": "Line.me", - "version": "1.1.1", - "license": "MIT", - "config": { - "serviceURL": "https://line.me/en", - "hasNotificationSound": true - } -} -- cgit v1.2.3-54-g00ecf