Fix links in mix.exs

This commit is contained in:
Badlop 2024-04-04 01:18:20 +02:00
parent 0b16cbddde
commit e744665171
1 changed files with 3 additions and 3 deletions

View File

@ -206,9 +206,9 @@ defmodule Ejabberd.MixProject do
"mix.exs", "rebar.config", "rebar.config.script", "vars.config"],
maintainers: ["ProcessOne"],
licenses: ["GPL-2.0-or-later"],
links: %{"Site" => "https://www.ejabberd.im",
"Documentation" => "http://docs.ejabberd.im",
"Source" => "https://github.com/processone/ejabberd",
links: %{"ejabberd.im" => "https://www.ejabberd.im",
"ejabberd Docs" => "http://docs.ejabberd.im",
"GitHub" => "https://github.com/processone/ejabberd",
"ProcessOne" => "http://www.process-one.net/"}]
end