From f73cf7ff4649e8732c82218f7fbfdebe9207fecb Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Fri, 28 Feb 2020 07:23:18 +0100 Subject: [PATCH] Add restic (#874) * Add restic * Set restic as working --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index 8782571b..b2f55121 100644 --- a/apps.json +++ b/apps.json @@ -2250,6 +2250,16 @@ "state": "notworking", "url": "https://github.com/YunoHost-Apps/RemoteStorage_ynh" }, + "restic": { + "branch": "master", + "category": "system_tools", + "revision": "HEAD", + "state": "working", + "subtags": [ + "backup" + ], + "url": "https://github.com/YunoHost-Apps/restic_ynh" + }, "riot": { "branch": "master", "category": "communication",