From 6af9aa3de8ad72236d5ecc6da633fec65d700a18 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Mon, 8 Feb 2016 11:50:04 +0100 Subject: [PATCH] Add link to ProcessOne site --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e9f19559c..1f91e1461 100644 --- a/mix.exs +++ b/mix.exs @@ -66,7 +66,8 @@ defmodule Ejabberd.Mixfile do licenses: ["GPLv2"], links: %{"Site" => "https://www.ejabberd.im", "Documentation" => "http://docs.ejabberd.im", - "Source" => "https://github.com/processone/ejabberd"}] + "Source" => "https://github.com/processone/ejabberd", + "ProcessOne" => "http://www.process-one.net/"}] end end