From f193244dc2b8aafd0e7680dc7a5b0d354b36e600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 31 Dec 2023 19:09:53 +0100 Subject: [PATCH 1/2] Update apps.toml --- apps.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps.toml b/apps.toml index 1c9acbc5..ced7515f 100644 --- a/apps.toml +++ b/apps.toml @@ -1516,6 +1516,12 @@ state = "working" subtags = [ "website" ] url = "https://github.com/YunoHost-Apps/joomla_ynh" +[joplin] +category = "office" +state = "notworking" +subtags = [ "text" ] +url = "https://github.com/YunoHost-Apps/joplin_ynh" + [jupyterlab] category = "dev" level = 6 From a25722d367a770da5303fceb18ffa1b662cacb5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 31 Dec 2023 19:11:06 +0100 Subject: [PATCH 2/2] Update wishlist.toml --- wishlist.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/wishlist.toml b/wishlist.toml index 070514a1..ebdd90db 100644 --- a/wishlist.toml +++ b/wishlist.toml @@ -717,13 +717,6 @@ upstream = "https://github.com/ipfs/ipfs" website = "https://ipfs.io" draft = "https://github.com/YunoHost-Apps/ipfs_ynh" -[joplin] -name = "Joplin" -description = "Note taking and to-do application with synchronisation capabilities for Windows, macOS, Linux, Android and iOS." -upstream = "https://github.com/laurent22/joplin" -website = "https://joplinapp.org/" -draft = "https://github.com/YunoHost-Apps/joplin_ynh" - [js-bin] name = "JS Bin" description = "Collaborative JavaScript Debugging App"