From 8f55519f2f13be2bd946a8ab352725e86ab7e5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Sun, 17 Jun 2018 21:56:21 +0200 Subject: [PATCH] Fix license in manifest.json Removed a beginning space causing package_linter error --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9eef4e2..0fcbc56 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "version": "1.0", "url": "https://www.transmissionbt.com/", - "license": " GPL-3.0", + "license": "GPL-3.0", "maintainer": { "name": "Apps Group", "email": "apps_group@yunohost.org"