mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
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
This commit is contained in:
parent
dde096515d
commit
01b791c0fa
2
mix.exs
2
mix.exs
@ -164,7 +164,7 @@ defmodule Ejabberd.MixProject do
|
|||||||
"COPYING", "README.md",
|
"COPYING", "README.md",
|
||||||
"mix.exs", "rebar.config", "rebar.config.script", "vars.config"],
|
"mix.exs", "rebar.config", "rebar.config.script", "vars.config"],
|
||||||
maintainers: ["ProcessOne"],
|
maintainers: ["ProcessOne"],
|
||||||
licenses: ["GPLv2"],
|
licenses: ["GPL-2.0-or-later"],
|
||||||
links: %{"Site" => "https://www.ejabberd.im",
|
links: %{"Site" => "https://www.ejabberd.im",
|
||||||
"Documentation" => "http://docs.ejabberd.im",
|
"Documentation" => "http://docs.ejabberd.im",
|
||||||
"Source" => "https://github.com/processone/ejabberd",
|
"Source" => "https://github.com/processone/ejabberd",
|
||||||
|
Loading…
Reference in New Issue
Block a user