From f6760ae8dfeaea08e1fbace02b9467af9bd73842 Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Thu, 21 Mar 2024 14:30:23 +0100 Subject: [PATCH] add sponsorship notice --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 2bf8cc0..821af07 100644 --- a/mix.exs +++ b/mix.exs @@ -46,7 +46,8 @@ defmodule KinoK8s.MixProject do maintainers: ["Michael Ruoss"], licenses: ["Apache-2.0"], links: %{ - "GitHub" => @source_url + "GitHub" => @source_url, + "Sponsor" => "https://github.com/sponsors/mruoss" }, files: ["lib", "mix.exs", "README*", "LICENSE*", "CHANGELOG.md"] ]