chore: update donation URL

This commit is contained in:
Ludovic Fernandez 2025-01-24 22:38:24 +01:00 committed by GitHub
parent 45954b02ca
commit 059bfd27eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,8 +209,8 @@ func help() {
s := fmt.Sprintln(hStyle.Render("Request for Donation.")) s := fmt.Sprintln(hStyle.Render("Request for Donation."))
s += ` s += `
I need your help! I need your help!
Donations fund maintenance and development of traefik-certs-dumper. Donations fund the maintenance and development of traefik-certs-dumper.
Click on this link to donate: https://bento.me/ldez` Click on this link to donate: https://donate.ldez.dev`
log.Println(pStyle.Render(s)) log.Println(pStyle.Render(s))
log.SetFlags(log.LstdFlags | log.Lshortfile) log.SetFlags(log.LstdFlags | log.Lshortfile)