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.
This commit is contained in:
Fabien Chouteau
2021-02-26 01:33:09 -08:00
committed by GitHub
parent fa620c9cf3
commit c81a507a1d
+1 -1
View File
@@ -6,7 +6,7 @@ tags = ["unicode", "json", "text"]
authors = ["AdaCore"]
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Maxim Reznik <reznikmm@gmail.com>"]
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"]