From a4c78ea362549bc9102caa1d956db8b62a09af14 Mon Sep 17 00:00:00 2001 From: June Kelly Date: Sat, 22 Apr 2023 08:01:29 +0100 Subject: [PATCH] Update name --- LICENSE.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 6ccc2e1..25c608d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ The MIT License =============== -Copyright 2017 Shane Kilkelly +Copyright 2023 June Kelly Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/mix.exs b/mix.exs index e2db5cc..81ce47e 100644 --- a/mix.exs +++ b/mix.exs @@ -52,7 +52,7 @@ defmodule Hammer.Plug.MixProject do defp package do [ name: :hammer_plug, - maintainers: ["Emmanuel Pinault", "Shane Kilkelly (shane@kilkelly.me)"], + maintainers: ["Emmanuel Pinault", "June Kelly"], licenses: ["MIT"], links: %{ "GitHub" => "https://github.com/ExHammer/hammer-plug",