From 33df6ff3b02754d0844b4fe0de3fb7f439c0d484 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 10 Oct 2022 18:40:49 -0700 Subject: [PATCH] update sponsor link --- pkg/gui/project_panel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gui/project_panel.go b/pkg/gui/project_panel.go index 0ae98e9d..6edee4fa 100644 --- a/pkg/gui/project_panel.go +++ b/pkg/gui/project_panel.go @@ -118,7 +118,7 @@ func (gui *Gui) renderCredits() error { "Keybindings: https://github.com/jesseduffield/lazydocker/blob/master/docs/keybindings", "Config Options: https://github.com/jesseduffield/lazydocker/blob/master/docs/Config.md", "Raise an Issue: https://github.com/jesseduffield/lazydocker/issues", - utils.ColoredString("Buy Jesse a coffee: https://donorbox.org/lazydocker", color.FgMagenta), // caffeine ain't free + utils.ColoredString("Buy Jesse a coffee: https://github.com/sponsors/jesseduffield", color.FgMagenta), // caffeine ain't free "Here's your lazydocker config when merged in with the defaults (you can open your config by pressing 'o'):", configBuf.String(), }, "\n\n")