Skip to content

Commit

Permalink
Tweak mix definition
Browse files Browse the repository at this point in the history
  • Loading branch information
srcrip committed May 17, 2024
1 parent 415c3d6 commit e5e2957
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ defmodule LiveToast.MixProject do
deps: deps(),
docs: docs(),
name: "Live Toast",
source_url: "https://github.com/srcrip/live_toast",
homepage_url: "https://github.com/srcrip/live_toast",
description: """
Drop-in replacement for the Phoenix flash system, supporting flashes and toasts.
Expand Down Expand Up @@ -56,7 +57,8 @@ defmodule LiveToast.MixProject do
licenses: ["MIT"],
links: %{
Changelog: "https://hexdocs.pm/live_toast/changelog.html",
GitHub: "https://github.com/srcrip/live_toast"
GitHub: "https://github.com/srcrip/live_toast",
Sponsor: "https://github.com/sponsors/srcrip"
},
files: files()
]
Expand Down

0 comments on commit e5e2957

Please sign in to comment.