Write proper license identifier in mix.exs
This commit is contained in:
parent
06261efb0e
commit
07286b1890
2
mix.exs
2
mix.exs
|
|
@ -40,7 +40,7 @@ defmodule ISN.Mixfile do
|
||||||
[
|
[
|
||||||
files: ~w(lib README.md mix.exs),
|
files: ~w(lib README.md mix.exs),
|
||||||
maintainers: ["Martin Frost"],
|
maintainers: ["Martin Frost"],
|
||||||
licenses: ["Apache 2.0"],
|
licenses: ["Apache-2.0"],
|
||||||
links: %{"GitHub" => "https://github.com/Frost/isn"}
|
links: %{"GitHub" => "https://github.com/Frost/isn"}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue