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:
Thomas Citharel 2021-09-22 15:49:10 +00:00
parent de58aed3cb
commit dc3f0275ee

View file

@ -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