From dc3f0275ee15d9071fea5d15645c6f66837c6229 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 22 Sep 2021 15:49:10 +0000 Subject: [PATCH] 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 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index bbc1139..2dbc4ea 100644 --- a/mix.exs +++ b/mix.exs @@ -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