From 14b5ac14e7c816089a44496dbbeb466e0665c201 Mon Sep 17 00:00:00 2001 From: Denys Gonchar Date: Fri, 19 Jun 2026 15:03:11 +0200 Subject: [PATCH] Update exml.app.src fixing validation of licenses by hex.pm --- src/exml.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exml.app.src b/src/exml.app.src index d3d734b..57c6d8b 100644 --- a/src/exml.app.src +++ b/src/exml.app.src @@ -10,7 +10,7 @@ {modules, []}, {maintainers, ["ESL"]}, {pkg_name, "hexml"}, - {licenses, ["Apache-2.0", "BSL-1.0", "GPL (tests)"]}, + {licenses, ["Apache-2.0", "BSL-1.0"]}, {links, [{"GitHub", "https://github.com/esl/exml/"}]}, {exclude_files, ["c_src/exml.d"]} ]}.