Skip to content

Commit b669f8b

Browse files
authored
Merge pull request #31 from membraneframework/fix/apache-license-spdx
Fix Apache license SPDX identifier in mix.exs
1 parent db1249e commit b669f8b

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)