Skip to content

Commit

Permalink
Add sponsor link to mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Sep 23, 2021
1 parent 7dc994b commit 10e9976
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ defmodule Wallaby.Mixfile do
files: ["lib", "mix.exs", "README.md", "LICENSE.md", "priv"],
maintainers: @maintainers,
licenses: ["MIT"],
links: %{"Github" => @source_url}
links: %{
"Github" => @source_url,
"Sponsor" => "https://github.com/sponsors/mhanberg"
}
]
end

Expand Down

0 comments on commit 10e9976

Please sign in to comment.