From c81a507a1debacf30975da11baec9e3a18983b77 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Fri, 26 Feb 2021 01:33:09 -0800 Subject: [PATCH] vss-22.0.0-20210224.toml: licenses should not be an array anymore (#257) There is a warning for that and we should reject it from the community index. --- index/vs/vss/vss-22.0.0-20210224.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/vs/vss/vss-22.0.0-20210224.toml b/index/vs/vss/vss-22.0.0-20210224.toml index 94567bd5..797c67d5 100644 --- a/index/vs/vss/vss-22.0.0-20210224.toml +++ b/index/vs/vss/vss-22.0.0-20210224.toml @@ -6,7 +6,7 @@ tags = ["unicode", "json", "text"] authors = ["AdaCore"] maintainers = ["Vadim Godunko ", "Maxim Reznik "] maintainers-logins = ["godunko", "reznikmm"] -licenses = ["GPL-3.0-only WITH GCC-exception-3.1"] +licenses = "GPL-3.0-only WITH GCC-exception-3.1" website = "https://github.com/AdaCore/VSS" project-files = ["gnat/vss_text.gpr", "gnat/vss_json.gpr"]