From cf3329bc4f586ed1364269d8d1d9cabb70950fc2 Mon Sep 17 00:00:00 2001 From: Anmol Date: Tue, 18 Jul 2017 15:56:32 +0530 Subject: [PATCH] Changed public_site to is_public in manifest.joson --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 662e5bd..4da5415 100644 --- a/manifest.json +++ b/manifest.json @@ -53,7 +53,7 @@ "example": "homer" }, { - "name": "public_site", + "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public Friendica site ?",