From 1f0a4862fcb6be378f0470b717d5fbbc65a63116 Mon Sep 17 00:00:00 2001 From: Florent Date: Thu, 16 Nov 2023 22:47:51 +0100 Subject: [PATCH] Fix license in manifest --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 06a700d..7814029 100644 --- a/manifest.toml +++ b/manifest.toml @@ -13,7 +13,7 @@ maintainers = ["fflorent"] [upstream] # NB: Only the "license" key is mandatory. Remove entries for which there's no relevant data -license = "free" +license = "AGPL-3.0-only" website = "https://getgrist.com" demo = "https://docs.getgrist.com" admindoc = "https://www.getgrist.com/product/self-managed/"