mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Fix links in mix.exs
This commit is contained in:
parent
0b16cbddde
commit
e744665171
6
mix.exs
6
mix.exs
@ -206,9 +206,9 @@ defmodule Ejabberd.MixProject do
|
|||||||
"mix.exs", "rebar.config", "rebar.config.script", "vars.config"],
|
"mix.exs", "rebar.config", "rebar.config.script", "vars.config"],
|
||||||
maintainers: ["ProcessOne"],
|
maintainers: ["ProcessOne"],
|
||||||
licenses: ["GPL-2.0-or-later"],
|
licenses: ["GPL-2.0-or-later"],
|
||||||
links: %{"Site" => "https://www.ejabberd.im",
|
links: %{"ejabberd.im" => "https://www.ejabberd.im",
|
||||||
"Documentation" => "http://docs.ejabberd.im",
|
"ejabberd Docs" => "http://docs.ejabberd.im",
|
||||||
"Source" => "https://github.com/processone/ejabberd",
|
"GitHub" => "https://github.com/processone/ejabberd",
|
||||||
"ProcessOne" => "http://www.process-one.net/"}]
|
"ProcessOne" => "http://www.process-one.net/"}]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user