diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-07-05 09:04:39 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-07-05 09:04:39 +0000 |
commit | 9bfb6ed3ad0cc6ffda079d35e025bac37963d038 (patch) | |
tree | 9b1e933611b6527db21880a8f6a5dff9647b9741 /www/elixir-httpoison/files/patch-mix.exs | |
parent | Update leapseconds data, add 2015-06-30 (diff) |
Add www/elixir-httpoison, an HTTP client for Elixir based on HTTPotion.
Diffstat (limited to 'www/elixir-httpoison/files/patch-mix.exs')
-rw-r--r-- | www/elixir-httpoison/files/patch-mix.exs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/elixir-httpoison/files/patch-mix.exs b/www/elixir-httpoison/files/patch-mix.exs new file mode 100644 index 000000000000..d97c1c43b70e --- /dev/null +++ b/www/elixir-httpoison/files/patch-mix.exs @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-07-05 09:01:37 UTC ++++ mix.exs +@@ -12,7 +12,6 @@ defmodule HTTPoison.Mixfile do + name: "HTTPoison", + description: @description, + package: package, +- deps: deps, + source_url: "https://github.com/edgurgel/httpoison" ] + end + |