From b918151c94cef5f75379821613b2e64cbc30913b Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Thu, 13 Jul 2017 16:15:00 +0200 Subject: [PATCH] Updated license and url in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dbe5fee..5683b90 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "attract", - "license": "GPL", + "license": "GPL-2.0", "author": "Blender Institute", "repository": { "type": "git", - "url": "git://git.blender.org/attract-server.git" + "url": "git://git.blender.org/attract.git" }, "devDependencies": { "gulp": "~3.9.1",