From e744665171e06d4e55802ef4ff124c7d15501ce1 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 4 Apr 2024 01:18:20 +0200 Subject: [PATCH] Fix links in mix.exs --- mix.exs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mix.exs b/mix.exs index a97b61443..3e2145f56 100644 --- a/mix.exs +++ b/mix.exs @@ -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