fix package
This commit is contained in:
parent
ddfd8843d2
commit
5311470316
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -38,6 +38,6 @@ defmodule AutoLinker.Mixfile do
|
||||||
[ maintainers: ["Stephen Pallen"],
|
[ maintainers: ["Stephen Pallen"],
|
||||||
licenses: ["MIT"],
|
licenses: ["MIT"],
|
||||||
links: %{ "Github" => "https://github.com/smpallen99/auto_linker" },
|
links: %{ "Github" => "https://github.com/smpallen99/auto_linker" },
|
||||||
files: ~w(lib priv web README.md mix.exs LICENSE)]
|
files: ~w(lib README.md mix.exs LICENSE)]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Reference in a new issue