From f3a0bac44226de5df4e1e4a4a3086b90d350f3fb Mon Sep 17 00:00:00 2001 From: mhfowler Date: Fri, 20 Aug 2021 11:15:55 +0200 Subject: [PATCH] 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",