summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2014-09-29 08:36:56 -0500
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2014-09-29 08:36:56 -0500
commitcd93c00f2d1e46b5024468ecfeac1acca0bbf4fa (patch)
treea4cdf911dfa7df6b742c904a945a78cf03cf5427 /mix.exs
parentVersion 0.8.3 (diff)
Fix hex links definition
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 1fc5b69..65fcc87 100644
--- a/mix.exs
+++ b/mix.exs
@@ -19,8 +19,8 @@ defmodule ExIrc.Mixfile do
[ files: ["lib", "mix.exs", "README.md", "LICENSE"],
contributors: ["Paul Schoenfelder"],
licenses: ["MIT"],
- links: [ { "GitHub", "https://github.com/bitwalker/exirc" },
- { "Home Page", "http://bitwalker.org/exirc"} ] ]
+ links: %{ "GitHub" => "https://github.com/bitwalker/exirc",
+ "Home Page" => "http://bitwalker.org/exirc"} ]
end
end