From 38c9efc2ab84e1f41c4a0730fe8e9cadd2d3ae4b Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Wed, 20 Jun 2018 14:42:08 +0900 Subject: [PATCH] Change license --- libnx.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnx.nimble b/libnx.nimble index 0b6c312..1db4f90 100644 --- a/libnx.nimble +++ b/libnx.nimble @@ -3,7 +3,7 @@ version = "0.1.0" author = "Joey Payne" description = "Nintendo Switch library libnx for Nim." -license = "MIT" +license = "The Unlicense" srcDir = "src"