From 2ea1349f3ff95fa8a971dc6e1159eb80148df85c Mon Sep 17 00:00:00 2001 From: Greg Mefford Date: Fri, 24 Sep 2021 20:17:47 -0400 Subject: [PATCH] Update maintainers and add Hex Sponsor link --- mix.exs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index a2236a8..968b6ea 100644 --- a/mix.exs +++ b/mix.exs @@ -34,9 +34,12 @@ defmodule Spandex.Mixfile do defp package do [ name: :spandex, - maintainers: ["Zachary Daniel", "Andrew Summers", "Greg Mefford"], + maintainers: ["Greg Mefford"], licenses: ["MIT License"], - links: %{"GitHub" => @source_url} + links: %{ + "GitHub" => @source_url, + "Sponsor" => "https://github.com/sponsors/GregMefford" + } ] end