From bf1cb673ef25c6a02047113c29fa11817e5d0cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lennart=20Frid=C3=A9n?= Date: Wed, 21 Oct 2015 10:20:41 +0200 Subject: [PATCH] Fix Hex deprecation --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 2c8a00c..2de9eea 100644 --- a/mix.exs +++ b/mix.exs @@ -22,7 +22,7 @@ defmodule PlugRequireHeader.Mixfile do defp package do [ - contributors: ["Lennart Fridén", "Kim Persson"], + maintainers: ["Lennart Fridén", "Kim Persson"], files: ["lib", "mix.exs", "README*", "LICENSE*"], licenses: ["MIT"], links: %{"GitHub" => "https://github.com/DevL/plug_require_header"}