Skip to content

Commit 6e7bebe

Browse files
committed
fix mix deprecation
1 parent c4fb2b3 commit 6e7bebe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mix.exs

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ defmodule Excelerator.Mixfile do
2727

2828
defp package do
2929
[
30-
files: ~w[ lib README.md mix.exs LICENSE ],
31-
contributors: ["Solomon White"],
32-
licences: ["The MIT License (MIT)"],
30+
files: ~w[ lib README.md mix.exs LICENSE ],
31+
maintaners: ["Solomon White"],
32+
licences: ["The MIT License (MIT)"],
3333
links: %{
3434
"GitHub" => "https://github.com/rubysolo/excelerator",
3535
"Docs" => "http://hexdocs.pm/excelerator",

0 commit comments

Comments
 (0)