diff --git a/mix.exs b/mix.exs index 41c3776..b65de68 100644 --- a/mix.exs +++ b/mix.exs @@ -33,8 +33,8 @@ defmodule Httparrot.Mixfile do defp package do [ contributors: ["Eduardo Gurgel Pinho"], licenses: ["MIT"], - links: [ { "Github", "https://github.com/edgurgel/httparrot" }, - { "HTTParrot", "http://httparrot.herokuapp.com" }, - { "httpbin", "http://httpbin.org" } ] ] + links: %{ "Github" => "https://github.com/edgurgel/httparrot", + "HTTParrot" => "http://httparrot.herokuapp.com", + "httpbin" => "http://httpbin.org" } ] end end