Skip to content

Commit

Permalink
Fix spdx identifier for license (#55)
Browse files Browse the repository at this point in the history
A hyphen was missing
  • Loading branch information
axelson authored Aug 12, 2023
1 parent f1491aa commit 678f53f
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 @@ -35,7 +35,7 @@ defmodule ExSync.Mixfile do
defp package do
%{
maintainers: ["Xiangrong Hao"],
licenses: ["BSD 3-Clause"],
licenses: ["BSD-3-Clause"],
links: %{"Github" => "https://github.com/falood/exsync"}
}
end
Expand Down

0 comments on commit 678f53f

Please sign in to comment.