From 54a8e45d311a696f291b3a0352f2e7300f352d4f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 4 Aug 2022 17:06:47 +0200 Subject: [PATCH] Add helloworld app to catalog. Helloworld_ynh is in v2 packaging, this is meant to be a demo of packaging *and* test the inclusion of v2 apps in the catalog --- apps.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps.json b/apps.json index 66585e90..f5c145f8 100644 --- a/apps.json +++ b/apps.json @@ -1420,6 +1420,11 @@ ], "url": "https://github.com/YunoHost-Apps/hedgedoc_ynh" }, + "helloworld": { + "category": "dev", + "state": "working", + "url": "https://github.com/YunoHost-Apps/helloworld_ynh" + }, "hextris": { "category": "games", "high_quality": true,