Merge branch 'tcit-master-patch-06284' into 'master'

Change license metadata field to a valid SPDX identifier

See merge request pleroma/elixir-libraries/http_signatures!2
This commit is contained in:
Haelwenn 2021-09-23 05:31:51 +00:00
commit 04393197b3

View file

@ -33,7 +33,7 @@ defmodule HttpSignatures.MixProject do
defp package do
[
licenses: ["LGPLv3"],
licenses: ["LGPL-3.0-only"],
links: %{"GitLab" => "https://git.pleroma.social/pleroma/elixir-libraries/http_signatures"}
]
end