From 785afd9ac385f9f264b73a2d9bc36e462ae4470c Mon Sep 17 00:00:00 2001 From: Moul Date: Sun, 11 Dec 2016 22:14:46 +0100 Subject: [PATCH] [mod] manifest: fix 'license' field --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9029301..edc2ce8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Custom Web app with SFTP access", "fr": "Application Web personnalisée avec accès SFTP" }, - "licence": "GPL-3", + "license": "free", "maintainer": { "name": "YunoHost Contributors", "email": "apps@yunohost.org"