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:
parent
103b024884
commit
613d9db214
1 changed files with 3 additions and 3 deletions
6
mix.exs
6
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
|
||||
|
|
Loading…
Add table
Reference in a new issue