From 56a6f5b137dc8a82f1dc2c175dca895e4681a800 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 18 Aug 2022 11:11:49 +0200 Subject: [PATCH] Fix double license key in manifest --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fd4613c..76aa9f2 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,7 @@ "userdoc": "https://docs.tooljet.com/docs/intro", "code": "https://github.com/ToolJet/ToolJet" }, - "license": "GPL-3.0", + "license": "AGPL-3.0", "maintainer": { "name": "Tagadda" },