summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-05-12 16:30:58 +0200
committerBadlop <badlop@process-one.net>2022-05-17 10:42:00 +0200
commit01b791c0fa73058c109e0c10b523b4c6cca8e470 (patch)
tree0ad2b3bf27a0d87f9b39d374a5b2e01eea4f2bd2 /mix.exs
parentUpdate mix.lock with ex_doc (diff)
Define license for hex.pm using SPDX identifier
Until now, when publishing package to hex.pm, it complained: > The following licenses are not recognized by SPDX: > * GPLv2 > Consider using licenses from https://spdx.org/licenses
Diffstat (limited to '')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 003a48e9..b3348a6e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -164,7 +164,7 @@ defmodule Ejabberd.MixProject do
"COPYING", "README.md",
"mix.exs", "rebar.config", "rebar.config.script", "vars.config"],
maintainers: ["ProcessOne"],
- licenses: ["GPLv2"],
+ licenses: ["GPL-2.0-or-later"],
links: %{"Site" => "https://www.ejabberd.im",
"Documentation" => "http://docs.ejabberd.im",
"Source" => "https://github.com/processone/ejabberd",