Skip to content

Commit 46e4dfc

Browse files
committed
Fix a typo in the mix files list.
1 parent 78da094 commit 46e4dfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ defmodule Recaptcha.Mixfile do
5757

5858
defp package do
5959
[
60-
files: ["lib", "mix.exs", "README.md", "LICENSE"],
60+
files: ["lib", "mix.exs", "README.md", "LICENSE.md"],
6161
maintainers: ["Samuel Seay", "Nikita Sobolev", "Michael JustMikey"],
6262
licenses: ["MIT"],
6363
links: %{"GitHub" => "https://github.com/samueljseay/recaptcha"}

0 commit comments

Comments
 (0)