mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 16:22:32 -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
|
defp package do
|
||||||
[ contributors: ["Eduardo Gurgel Pinho"],
|
[ contributors: ["Eduardo Gurgel Pinho"],
|
||||||
licenses: ["MIT"],
|
licenses: ["MIT"],
|
||||||
links: [ { "Github", "https://github.com/edgurgel/httparrot" },
|
links: %{ "Github" => "https://github.com/edgurgel/httparrot",
|
||||||
{ "HTTParrot", "http://httparrot.herokuapp.com" },
|
"HTTParrot" => "http://httparrot.herokuapp.com",
|
||||||
{ "httpbin", "http://httpbin.org" } ] ]
|
"httpbin" => "http://httpbin.org" } ]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue