Skip to content

Commit 2028b07

Browse files
Update mix.exs
1 parent edfc0ed commit 2028b07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mix.exs

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ defmodule EctoWatch.MixProject do
2525
[
2626
maintainers: ["Brian Underwood"],
2727
licenses: ["MIT"],
28-
links: %{"GitHub" => @source_url}
28+
links: %{
29+
"GitHub" => @source_url,
30+
Changelog: "#{@source_url}/blob/main/CHANGELOG.md",
31+
}
2932
]
3033
end
3134

0 commit comments

Comments
 (0)