From f6b0894deff4c86599ceeb9d7c9f31999947d771 Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 30 Jul 2022 14:18:05 +0600 Subject: [PATCH] fixed license in package.json (thank you @msowho) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 888d55e..2d99757 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "type": "git", "url": "git+https://github.com/wukko/cobalt.git" }, - "license": "MIT", + "license": "AGPL-3.0", "bugs": { "url": "https://github.com/wukko/cobalt/issues" },