1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 08:12:31 -04:00

Update links definition on hex package description

[ci skip]
This commit is contained in:
Eduardo Gurgel 2015-01-14 00:11:02 +13:00
parent 103b024884
commit 613d9db214

View file

@ -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