From d21bb5097b4f799aee46447e71a095d863cdf365 Mon Sep 17 00:00:00 2001 From: tdurieux Date: Fri, 13 Aug 2021 12:17:40 +0200 Subject: [PATCH] fix license in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af60853..6b96f49 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "url": "git+https://github.com/tdurieux/anonymous_github.git" }, "author": "Thomas Durieux", - "license": "MIT", + "license": "GPL-3.0", "bugs": { "url": "https://github.com/tdurieux/anonymous_github/issues" },