Skip to content

Commit 565747e

Browse files
Fix LICENSE ref in mix.exs
1 parent 53f6f94 commit 565747e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ defmodule Cloak.Mixfile do
7777
defp package do
7878
[
7979
description: "Elixir encryption library",
80-
files: ["lib", "mix.exs", "README.md", "CHANGELOG.md", "LICENSE"],
80+
files: ["lib", "mix.exs", "README.md", "CHANGELOG.md", "LICENSE.md"],
8181
maintainers: ["Daniel Berkompas"],
8282
licenses: ["MIT"],
8383
links: %{

0 commit comments

Comments
 (0)