From cb1da19869b3a4b2e6a28d19d1a762a4b2713023 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 23 Feb 2024 20:53:25 +0100 Subject: [PATCH] add comment reffering to https://spdx.org/licenses/ --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index dd9ddc2..e8754ce 100644 --- a/manifest.toml +++ b/manifest.toml @@ -13,7 +13,7 @@ maintainers = ["johndoe"] [upstream] # NB: Only the "license" key is mandatory. Remove entries for which there's no relevant data -license = "free" +license = "free" # you can see the available licenses identifiers list here: https://spdx.org/licenses/ website = "https://example.com" demo = "https://demo.example.com" admindoc = "https://yunohost.org/packaging_apps"