We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fb2b3 commit 6e7bebeCopy full SHA for 6e7bebe
mix.exs
@@ -27,9 +27,9 @@ defmodule Excelerator.Mixfile do
27
28
defp package do
29
[
30
- files: ~w[ lib README.md mix.exs LICENSE ],
31
- contributors: ["Solomon White"],
32
- licences: ["The MIT License (MIT)"],
+ files: ~w[ lib README.md mix.exs LICENSE ],
+ maintaners: ["Solomon White"],
+ licences: ["The MIT License (MIT)"],
33
links: %{
34
"GitHub" => "https://github.com/rubysolo/excelerator",
35
"Docs" => "http://hexdocs.pm/excelerator",
0 commit comments