Skip to content

Commit b2b8532

Browse files
committed
fix: incorrect spdx license id
1 parent 68211c4 commit b2b8532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ defmodule Strukt.MixProject do
6161
[
6262
files: ["lib", "mix.exs", "README.md", "LICENSE.md"],
6363
maintainers: ["Paul Schoenfelder"],
64-
licenses: ["Apache 2.0"],
64+
licenses: ["Apache-2.0"],
6565
links: %{
6666
GitHub: "https://github.com/bitwalker/strukt"
6767
}

0 commit comments

Comments
 (0)