From 7caba867fcaf7aeef1c756d881e16515f2672a74 Mon Sep 17 00:00:00 2001 From: Alex Grant Date: Fri, 5 Oct 2018 16:57:03 -0400 Subject: [PATCH] Update maintainers list --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 8775641..bf8608d 100644 --- a/mix.exs +++ b/mix.exs @@ -15,7 +15,7 @@ defmodule Bugsnag.Mixfile do def package do [ contributors: ["Jared Norman", "Andrew Harvey", "Alex Grant", "Coburn Berry"], - maintainers: ["Alex Grant", "Coburn Berry"], + maintainers: ["Coburn Berry"], licenses: ["MIT"], links: %{github: "https://github.com/jarednorman/bugsnag-elixir"} ]