From e7ff426322cf3d892c5eca2e1459dbed86bdd765 Mon Sep 17 00:00:00 2001 From: Sean Callan Date: Mon, 8 May 2017 18:39:51 -0600 Subject: [PATCH] Correct package info --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 3c9e195..3fa3131 100644 --- a/mix.exs +++ b/mix.exs @@ -30,7 +30,7 @@ defmodule SecureLogFormatter.Mixfile do defp package do [ - contributors: ["Sean Callan"], + maintainers: ["Sean Callan"], licenses: ["MIT"], links: %{ github: "https://github.com/localvore-today/secure_log_formatter"