Skip to content

Commit

Permalink
Changed contributors to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilLelonek committed Oct 8, 2015
1 parent ffa2ca9 commit f33fde0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ defmodule Exnumerable.Mixfile do

defp package do
[
files: ["lib", "config", "mix.exs", "README.md"],
contributors: ["Kamil Lelonek"],
licenses: ["MIT"],
links: %{ "GitHub" => "https://github.com/KamilLelonek/exnumerable" }
files: ["lib", "config", "mix.exs", "README.md"],
maintainers: ["Kamil Lelonek"],
licenses: ["MIT"],
links: %{ "GitHub" => "https://github.com/KamilLelonek/exnumerable" }
]
end
end

0 comments on commit f33fde0

Please sign in to comment.