Skip to content

Commit

Permalink
License key in mix.exs's package need to be an array
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson committed Jan 12, 2017
1 parent bd5bd2d commit 549925d
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 @@ -42,7 +42,7 @@ defmodule Paddle.Mixfile do
defp package() do
[name: :paddle,
maintainers: ["Rémi Nicole"],
licenses: "MIT",
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/ClubNix/paddle",
"Docs" => "https://hexdocs.pm/paddle/Paddle.html"}]
end
Expand Down

0 comments on commit 549925d

Please sign in to comment.