From 05829ed74c3c889a8f8d3359768b00705e3c2663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Cabrita?= <_@gmcabrita.com> Date: Fri, 25 Sep 2015 22:47:18 +0100 Subject: [PATCH] Change field name because of the new Hex --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 43ef3d7..8e8c0a5 100644 --- a/mix.exs +++ b/mix.exs @@ -29,7 +29,7 @@ defmodule Bloomex.Mixfile do defp package do [files: ["lib", "mix.exs", "README.md", "LICENSE"], - contributors: ["Gonçalo Cabrita"], + maintainers: ["Gonçalo Cabrita"], licenses: ["MIT"], links: %{"GitHub" => "https://github.com/gmcabrita/bloomex"} ]