diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-07-20 14:24:05 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-07-20 14:24:05 +0000 |
| commit | 73cb1eb95fb650c629994c342f07063b99625b47 (patch) | |
| tree | 9d1de553a518171493322e4758dc4859dab5bbbf /net/elixir-oauth2/files/patch-mix.exs | |
| parent | - Fix installation with DOCS broken by my last commit (diff) | |
Add elixir-oauth2.
Notes
Notes:
svn path=/head/; revision=392569
Diffstat (limited to 'net/elixir-oauth2/files/patch-mix.exs')
| -rw-r--r-- | net/elixir-oauth2/files/patch-mix.exs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/elixir-oauth2/files/patch-mix.exs b/net/elixir-oauth2/files/patch-mix.exs new file mode 100644 index 000000000000..5093c523ee0d --- /dev/null +++ b/net/elixir-oauth2/files/patch-mix.exs @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-07-20 14:01:37 UTC ++++ mix.exs +@@ -6,7 +6,6 @@ defmodule OAuth2.Mixfile do + app: :oauth2, + version: "0.2.0", + elixir: "~> 1.0", +- deps: deps, + package: package, + name: "OAuth2", + description: "An Elixir OAuth 2.0 Client Library", |
