From 86d5752407c74afb499342f2a6add63611c00ba9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Cugnet Date: Mon, 9 Oct 2017 22:06:34 +0200 Subject: [PATCH] Correct a typo --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 04f5c4e..7d7cdfe 100644 --- a/mix.exs +++ b/mix.exs @@ -68,7 +68,7 @@ defmodule PlugSessionMnesia.Mixfile do defp package do [ maintainers: ["Jean-Philippe Cugnet"], - licences: ["MIT"], + licenses: ["MIT"], links: %{"GitHub" => @repo_url}, ] end