Skip to content

Commit

Permalink
Merge pull request #331 from paulo-ferraz-oliveira/fix/app-src-license
Browse files Browse the repository at this point in the history
Prevent Hex.pm complaint on invalid license type
  • Loading branch information
elbrujohalcon authored Jan 18, 2024
2 parents cb60dcd + 694b9d3 commit 68e4d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elvis_core.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
{applications, [kernel, stdlib, zipper, katana_code]},
{modules, [elvis_core, elvis_config, elvis_result, elvis_utils, elvis_style]},
{registered, []},
{licenses, ["Apache 2.0"]},
{licenses, ["Apache-2.0"]},
{links, [{"GitHub", "https://github.com/inaka/elvis_core"}]},
{build_tools, ["rebar3"]}]}.

0 comments on commit 68e4d50

Please sign in to comment.