From 6a375c6a4ad7599b3b912105ee6792d7c285be40 Mon Sep 17 00:00:00 2001 From: Maurizio Del Corno Date: Thu, 24 Sep 2015 16:15:33 +0200 Subject: [PATCH] Update mix.exs Added Alexis Mas to the contributors' list --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 7157453..455eab4 100644 --- a/mix.exs +++ b/mix.exs @@ -11,7 +11,7 @@ defmodule Crutches.Mixfile do description: "An Elixir toolbelt freely inspired from Ruby's ActiveSupport", package: [contributors: ["Michael Wood", "Kash Nouroozi", "Maurizio Del Corno", "nawns", "Laurens Duijvesteijn", "Joel Meador", - "Sonny Scroggin", "Louis Pilfold"], + "Sonny Scroggin", "Louis Pilfold", "Alexis Mas"], licenses: ["MIT"], links: %{"GitHub" => "https://github.com/mykewould/crutches"}]] end