Skip to content

Commit

Permalink
Fix links (#31)
Browse files Browse the repository at this point in the history
* Fix links

* Add GH sponsor link
  • Loading branch information
GregMefford authored Dec 11, 2021
1 parent a710b1f commit d2c9e47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: [gregmefford]
11 changes: 8 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
defmodule SpandexEcto.MixProject do
use Mix.Project

@source_url "https://github.com/spandex-project/spandex_ecto"
@version "0.7.0"

def project do
Expand Down Expand Up @@ -31,9 +32,13 @@ defmodule SpandexEcto.MixProject do
defp package do
[
name: :spandex_ecto,
maintainers: ["Zachary Daniel", "Greg Mefford"],
licenses: ["MIT License"],
links: %{"GitHub" => "https://github.com/spandex-project/spandex_ecto"}
maintainers: ["Greg Mefford"],
licenses: ["MIT"],
links: %{
"Changelog" => "https://hexdocs.pm/spandex_ecto/changelog.html",
"GitHub" => @source_url,
"Sponsor" => "https://github.com/sponsors/GregMefford"
}
]
end

Expand Down

0 comments on commit d2c9e47

Please sign in to comment.