From 18bab7531f53c4236a8413fa43004ee729e798ef Mon Sep 17 00:00:00 2001 From: Jean-Luc Geering Date: Mon, 6 Aug 2018 13:10:19 +0200 Subject: [PATCH] update package links (v1.4 branch) (#592) - add link to v1.4 changelog - add link to website - better link name (github -> GitHub) --- mix.exs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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