From 613d9db21409d3b9e5443d7ef6cd7217bce70844 Mon Sep 17 00:00:00 2001 From: Eduardo Gurgel Date: Wed, 14 Jan 2015 00:11:02 +1300 Subject: [PATCH] Update links definition on hex package description [ci skip] --- mix.exs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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