From 9e155fc16aae9edfeb4acace1e59faa41c0977d3 Mon Sep 17 00:00:00 2001 From: Aeris One Date: Mon, 23 Mar 2020 22:13:14 +0100 Subject: [PATCH 1/2] Add Pterodactyl --- apps.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps.json b/apps.json index a824f30d..745a6730 100644 --- a/apps.json +++ b/apps.json @@ -2185,6 +2185,13 @@ "state": "notworking", "url": "https://github.com/abeudin/proftpd_ynh" }, + "pterodactyl": { + "branch": "master", + "revision": "HEAD", + "maintained": true, + "url": "https://github.com/aeris-studio/pterodactyl_ynh", + "state": "inprogress" + } "pydio": { "branch": "master", "category": "synchronization", From 48aac9d163ba921214c9954486cc12e6394f1e25 Mon Sep 17 00:00:00 2001 From: Aeris One Date: Mon, 23 Mar 2020 23:46:10 +0100 Subject: [PATCH 2/2] Typo error + Changed repo --- apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index 745a6730..cdbf02a8 100644 --- a/apps.json +++ b/apps.json @@ -2189,9 +2189,9 @@ "branch": "master", "revision": "HEAD", "maintained": true, - "url": "https://github.com/aeris-studio/pterodactyl_ynh", + "url": "https://github.com/YunoHost-Apps/pterodactyl_ynh", "state": "inprogress" - } + }, "pydio": { "branch": "master", "category": "synchronization",