From 7df2c80b08ee9ecdfe45f68063acc40d2fec5a6a Mon Sep 17 00:00:00 2001 From: Thomas Phillips Date: Wed, 29 Dec 2021 23:28:55 +0530 Subject: [PATCH] changes --- manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 22ee60b..99d0000 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Dynamic fork of diaspora*'s federated social network", "fr": "Fourche dynamique du réseau social fédéré de diaspora*" }, - "version": "2021.12.02~ynh1", + "version": "2021.12.29~ynh2", "url": "https://github.com/magicstone-dev/acropolis", "upstream": { "license": "free", @@ -30,6 +30,10 @@ "name": "domain", "type": "domain" }, + { + "name": "admin", + "type": "user" + }, { "name": "is_public", "type": "boolean", @@ -37,11 +41,7 @@ "help": { "en": "For federation to work, this needs to be true. False is ok if you want to run a private instance." } - }, - { - "name": "admin", - "type": "user" - }, + } ] } }