aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-02-08 11:50:04 +0100
committerMickael Remond <mremond@process-one.net>2016-02-08 11:50:04 +0100
commit6af9aa3de8ad72236d5ecc6da633fec65d700a18 (patch)
tree6dd9b05fc11e83380025694351e263aeec59f08c /mix.exs
parentLink to Hex.pm (diff)
Add link to ProcessOne site
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
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