Skip to content

Commit

Permalink
Update maintainers and add Hex Sponsor link
Browse files Browse the repository at this point in the history
  • Loading branch information
GregMefford committed Sep 25, 2021
1 parent ba6b407 commit 2ea1349
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ defmodule Spandex.Mixfile do
defp package do
[
name: :spandex,
maintainers: ["Zachary Daniel", "Andrew Summers", "Greg Mefford"],
maintainers: ["Greg Mefford"],
licenses: ["MIT License"],
links: %{"GitHub" => @source_url}
links: %{
"GitHub" => @source_url,
"Sponsor" => "https://github.com/sponsors/GregMefford"
}
]
end

Expand Down

0 comments on commit 2ea1349

Please sign in to comment.