From 0af12a21f7b67d9260aff735a5b15c7e4b74e727 Mon Sep 17 00:00:00 2001 From: David Leal Date: Tue, 23 Nov 2021 11:16:12 -0600 Subject: [PATCH] fix: use `MIT` in the `package.json` file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 016655f7..eba9899e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/EddieHubCommunity/awesome-github-profiles/issues" },