From d59edfdb6262b52512736d2e6621dad8e5b36f18 Mon Sep 17 00:00:00 2001 From: mhfowler Date: Thu, 19 Aug 2021 16:06:14 +0200 Subject: [PATCH 1/2] Add archivebox to apps.json --- apps.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps.json b/apps.json index eae53632..eb3b9bac 100644 --- a/apps.json +++ b/apps.json @@ -132,6 +132,17 @@ ], "url": "https://github.com/YunoHost-Apps/anfora_ynh" }, + "archivebox": { + "branch": "master", + "revision": "HEAD", + "category": "small_utilities", + "subtags": [ + "archiving" + ], + "url": "https://github.com/YunoHost-Apps/archivebox_ynh", + "maintained": true, + "state": "working" + }, "archivist": { "branch": "master", "category": "system_tools", From f3a0bac44226de5df4e1e4a4a3086b90d350f3fb Mon Sep 17 00:00:00 2001 From: mhfowler Date: Fri, 20 Aug 2021 11:15:55 +0200 Subject: [PATCH 2/2] Fix archivebox keys order in apps.json --- apps.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps.json b/apps.json index eb3b9bac..a4c69752 100644 --- a/apps.json +++ b/apps.json @@ -134,14 +134,14 @@ }, "archivebox": { "branch": "master", - "revision": "HEAD", "category": "small_utilities", + "maintained": true, + "revision": "HEAD", + "state": "working", "subtags": [ "archiving" ], - "url": "https://github.com/YunoHost-Apps/archivebox_ynh", - "maintained": true, - "state": "working" + "url": "https://github.com/YunoHost-Apps/archivebox_ynh" }, "archivist": { "branch": "master",