From ffb899422ba31dae1bd1ce532cdc4bb6b38f5789 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 29 Jan 2018 05:14:36 +0000 Subject: [PATCH] manifest: make the licence explicit This fixes a package_linter warning about YEP 1.3 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 83261ae..6763edd 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "fr": "Une alternative open-source et auto-hébergée à Slack" }, "url": "http://www.mattermost.org/", - "license": "free", + "license": "GPL-3.0-only", "version": "4.6.0-1", "maintainer": { "name": "pmorinerie",