From 84a9189efd27ea4b8282b8bed8296f2c4f126921 Mon Sep 17 00:00:00 2001 From: parroty Date: Wed, 7 Oct 2015 23:19:41 +0900 Subject: [PATCH] Update mix.exs for hex.pm --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9bd72d9f..adc5d69c 100644 --- a/mix.exs +++ b/mix.exs @@ -34,7 +34,7 @@ defmodule ExCoveralls.Mixfile do end defp package do - [ contributors: ["parroty"], + [ maintainers: ["parroty"], licenses: ["MIT"], links: %{"GitHub" => "https://github.com/parroty/excoveralls"} ] end