From 42d3bf292dbf77bb5a2b520c5382c5929e148004 Mon Sep 17 00:00:00 2001 From: tobil4sk Date: Mon, 27 Feb 2023 03:16:24 +0000 Subject: [PATCH] Correct license in haxelib.json Backport of #535 --- haxelib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haxelib.json b/haxelib.json index f87b9c515..9da66e387 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1,7 +1,7 @@ { "name": "haxelib", "url" : "https://lib.haxe.org/documentation/", - "license": "GPL", + "license": "MIT", "tags": ["haxelib", "core"], "description": "The haxelib client", "classPath": "src",