Change license metadata field to a valid SPDX identifier
Not mandatory, but recommended for hex.pm. https://hex.pm/docs/publish#adding-metadata-to-code-classinlinemixexscode Can be useful for a project like https://github.com/Cantido/hex_licenses
This commit is contained in:
parent
de58aed3cb
commit
dc3f0275ee
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -33,7 +33,7 @@ defmodule HttpSignatures.MixProject do
|
||||||
|
|
||||||
defp package do
|
defp package do
|
||||||
[
|
[
|
||||||
licenses: ["LGPLv3"],
|
licenses: ["LGPL-3.0-only"],
|
||||||
links: %{"GitLab" => "https://git.pleroma.social/pleroma/elixir-libraries/http_signatures"}
|
links: %{"GitLab" => "https://git.pleroma.social/pleroma/elixir-libraries/http_signatures"}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue