From 7a06be4fc15e79e2cc886a93d8db22909fc883e1 Mon Sep 17 00:00:00 2001 From: parroty Date: Thu, 22 Oct 2015 23:32:32 +0900 Subject: [PATCH] Catching up latest hex format of mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 250de28..0f6d6bb 100644 --- a/mix.exs +++ b/mix.exs @@ -50,7 +50,7 @@ defmodule ExTwitter.Mixfile do end defp package do - [ contributors: ["parroty"], + [ maintainers: ["parroty"], licenses: ["MIT"], links: %{"GitHub" => "https://github.com/parroty/extwitter"} ] end