chore: Update hex package links.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2024-03-06 18:03:25 +13:00
parent e4224a0daf
commit 3312d02642
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -70,7 +70,10 @@ defmodule Wayfarer.MixProject do
maintainers: ["James Harton <james@harton.nz>"],
licenses: ["HL3-FULL"],
links: %{
"Source" => "https://harton.dev/james/wayfarer"
"Source" => "https://harton.dev/james/wayfarer",
"GitHub" => "https://github.com/jimsynz/wayfarer",
"Changelog" => "https://docs.harton.nz/james/wayfarer/changelog.html",
"Sponsor" => "https://github.com/sponsors/jimsynz"
},
source_url: "https://harton.dev/james/wayfarer"
]