From 20ae9a2d71f3498fad3b729562fb5ae8a92e433a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 6 Nov 2020 22:58:54 +0100 Subject: [PATCH 1/2] Update apps.json --- apps.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps.json b/apps.json index 46b9984b..97780522 100644 --- a/apps.json +++ b/apps.json @@ -1589,13 +1589,13 @@ "lychee": { "branch": "master", "category": "multimedia", - "maintained": false, - "revision": "30af5c94460a44401dd40553ec0d77b6e6087e69", - "state": "notworking", + "maintained": true, + "revision": "HEAD", + "state": "working", "subtags": [ "pictures" ], - "url": "https://github.com/titoko/lychee_ynh" + "url": "https://github.com/YunoHost-Apps/lychee_ynh/" }, "mailman": { "branch": "master", From 1ae0cb25d271e85b09f546820b5393097545ad2e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 7 Nov 2020 00:39:44 +0100 Subject: [PATCH 2/2] Remove trailing slash which may cause issue when parsing/using data from the file --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 97780522..7cdb25ed 100644 --- a/apps.json +++ b/apps.json @@ -1595,7 +1595,7 @@ "subtags": [ "pictures" ], - "url": "https://github.com/YunoHost-Apps/lychee_ynh/" + "url": "https://github.com/YunoHost-Apps/lychee_ynh" }, "mailman": { "branch": "master",