diff --git a/mix.exs b/mix.exs index 46fbeb0a44..5039a3aa91 100644 --- a/mix.exs +++ b/mix.exs @@ -37,7 +37,11 @@ defmodule Absinthe.Mixfile do "Ben Wilson" ], licenses: ["MIT"], - links: %{github: "https://github.com/absinthe-graphql/absinthe"} + links: %{ + "Website": "https://absinthe-graphql.org", + "Changelog": "https://github.com/absinthe-graphql/absinthe/blob/v1.4/CHANGELOG.md", + "GitHub": "https://github.com/absinthe-graphql/absinthe" + } ] end