Skip to content

Commit

Permalink
Fix hex links definition
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Sep 29, 2014
1 parent 93ea7a4 commit cd93c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd93c00

Please sign in to comment.