From 5b12eb42bbf7791b1bf002b5033f33ef9bb9c6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Sat, 21 Jun 2014 20:27:43 +0200 Subject: [PATCH] Fix license --- package.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 19b84508..b8b681a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "TaigaIO", "version": "0.0.1", - "description": "Landing page for Taiga", + "description": "Taiga project management system (frontend)", "main": "index.js", "keywords": [ "Taiga", @@ -9,8 +9,13 @@ "Project Management", "Github" ], - "author": "Kaleidos", - "license": "ISC", + "author": "Kaleidos OpenSource SL", + "licenses": [ + { + "type": "AGPL-3.0", + "url": "https://github.com/taigaio/taiga-front/blob/master/LICENSE" + } + ], "devDependencies": { "gulp": "^3.8.0", "coffee-script": "^1.7.1",