Skip to content

Commit

Permalink
fix licenses key
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-lozano committed Aug 8, 2023
1 parent 8f463e3 commit 0fdde08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ defmodule EctoResource.MixProject do
defp package do
[
files: ["lib", "mix.exs", "README*", "LICENSE*"],
licenses: ["Apache 2.0"],
licenses: ["Apache-2.0"],
links: %{"GitHub" => "https://github.com/testdouble/ecto_resource"},
source_url: "https://github.com/testdouble/ecto_resource"
]
Expand Down

0 comments on commit 0fdde08

Please sign in to comment.