mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-24 16:11:04 +00:00
update sponsorship link
This commit is contained in:
parent
4f096c3c2b
commit
14cb013f5d
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ func (gui *Gui) handleDonate(g *gocui.Gui, v *gocui.View) error {
|
||||||
if cx > len(gui.Tr.Donate) {
|
if cx > len(gui.Tr.Donate) {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
return gui.OSCommand.OpenLink("https://donorbox.org/lazydocker")
|
return gui.OSCommand.OpenLink("https://github.com/sponsors/jesseduffield")
|
||||||
}
|
}
|
||||||
|
|
||||||
func (gui *Gui) editFile(filename string) error {
|
func (gui *Gui) editFile(filename string) error {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue