Skip to content

Commit

Permalink
Added Argon2 submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
riverrun committed Oct 19, 2016
1 parent aed5f8c commit 239d609
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "argon2"]
path = argon2
url = git@github.com:riverrun/phc-winner-argon2.git
1 change: 1 addition & 0 deletions argon2
Submodule argon2 added at fe4bd4
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ defmodule Argon2.Mixfile do
end

defp package do
[files: ["lib", "argon2/src", "mix.exs", "Makefile*", "README.md", "LICENSE"],
[files: ["lib", "argon2/include", "argon2/src", "mix.exs", "Makefile*", "README.md", "LICENSE"],
maintainers: ["David Whitlock"],
licenses: ["BSD"],
licenses: ["Apache"],
links: %{"GitHub" => "https://github.com/riverrun/argon2_elixir",
"Docs" => "http://hexdocs.pm/argon2_elixir"}]
end
Expand Down

0 comments on commit 239d609

Please sign in to comment.