Skip to content

Commit

Permalink
Merge pull request #117 from aws-beam/fix-correct-license-in-app-src
Browse files Browse the repository at this point in the history
Fix correct license in aws.app.src
  • Loading branch information
onno-vos-dev authored Jan 27, 2023
2 parents 422af96 + 0c8f9e7 commit 5d39c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
, {env,[]}
, {modules, []}
, {pkg_name, "aws_erlang"}
, {licenses, ["Apache 2.0"]}
, {licenses, ["Apache-2.0"]}
, {build_tools, ["rebar3"]}
, {links, [{"GitHub", "https://github.com/aws-beam/aws-erlang"}]}
]}.

0 comments on commit 5d39c9f

Please sign in to comment.