From 132d0d8de73b1d01f9dd1988bd30aa020cfff9cf Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:35:32 +0530 Subject: [PATCH] ouch: Update license --- bucket/ouch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/ouch.json b/bucket/ouch.json index 15ede5aff3..bbfd1b405d 100644 --- a/bucket/ouch.json +++ b/bucket/ouch.json @@ -2,7 +2,7 @@ "version": "0.4.0", "description": "Painless compression and decompression for your terminal.", "homepage": "https://github.com/ouch-org/ouch", - "license": "https://github.com/ouch-org/ouch/blob/main/LICENSE", + "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/ouch-org/ouch/releases/download/0.4.0/ouch-x86_64-pc-windows-msvc.zip", @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +}