Skip to content

Commit 239d609

Browse files
committed
Added Argon2 submodule
1 parent aed5f8c commit 239d609

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "argon2"]
2+
path = argon2
3+
url = [email protected]:riverrun/phc-winner-argon2.git

argon2

Submodule argon2 added at fe4bd40

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ defmodule Argon2.Mixfile do
2929
end
3030

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

0 commit comments

Comments
 (0)