Write proper license identifier in mix.exs

This commit is contained in:
Martin Frost 2022-05-10 23:08:03 +02:00
parent 06261efb0e
commit 07286b1890
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ defmodule ISN.Mixfile do
[
files: ~w(lib README.md mix.exs),
maintainers: ["Martin Frost"],
licenses: ["Apache 2.0"],
licenses: ["Apache-2.0"],
links: %{"GitHub" => "https://github.com/Frost/isn"}
]
end