Skip to content

Commit 4c8818b

Browse files
committed
Correct licences list in mix.exs
1 parent 0550fa6 commit 4c8818b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ defmodule SGP40.MixProject do
7676
"NOTICE",
7777
"REUSE.toml"
7878
],
79-
licenses: ["Apache-2.0"],
79+
licenses: ["Apache-2.0", "BSD-3-Clause", "MIT"],
8080
links: %{
8181
"GitHub" => @source_url,
8282
"REUSE compliance" => @reuse_compliance_url,

0 commit comments

Comments
 (0)