This is an automated email from the ASF dual-hosted git repository. nickva pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb-meck.git
commit de14958ea03a0c0a154da83120803f095360640b Author: Adam Lindberg <[email protected]> AuthorDate: Wed May 27 10:18:57 2026 +0200 chore: Correct Hex license identifier --- src/meck.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meck.app.src b/src/meck.app.src index 1f427f9..e980414 100644 --- a/src/meck.app.src +++ b/src/meck.app.src @@ -7,7 +7,7 @@ {env, []}, % Hex.pm - {licenses, ["Apache 2.0"]}, + {licenses, ["Apache-2.0"]}, {links, [ {"Changelog", "https://github.com/eproxus/meck/blob/master/CHANGELOG.md"}, {"GitHub", "https://github.com/eproxus/meck"}
