Skip to content

Commit 74828b6

Browse files
committed
Fix Apache license SPDX identifier format
Change 'Apache 2.0' to 'Apache-2.0' to use the correct SPDX identifier.
1 parent db1249e commit 74828b6

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
@@ -65,7 +65,7 @@ defmodule ExLibnice.MixProject do
6565
defp package do
6666
[
6767
maintainers: ["Membrane Team"],
68-
licenses: ["Apache 2.0"],
68+
licenses: ["Apache-2.0"],
6969
links: %{
7070
"GitHub" => @github_url,
7171
"Membrane Framework Homepage" => "https://membraneframework.org"

0 commit comments

Comments
 (0)