From d485ff04334afff3b9d012e1e9bd07ec11969143 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Fri, 1 Mar 2019 17:45:22 +0100 Subject: [PATCH] Change "Donate" link to librepay.com Fixes #788 Signed-off-by: Lukas Holecek --- README.md | 2 +- shared/com.github.hluk.copyq.appdata.xml | 2 +- src/gui/aboutdialog.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69ed09d46..3f43e1396 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ CopyQ is advanced clipboard manager with editing and scripting features. - [Documentation](https://copyq.readthedocs.io) - [Mailing List](https://groups.google.com/group/copyq) - [Bug Reports](https://github.com/hluk/CopyQ/issues) -- [Donate](https://www.bountysource.com/teams/copyq) +- [Donate](https://liberapay.com/CopyQ/) - [Scripting API](https://copyq.readthedocs.io/en/latest/scripting-api.html) ## Overview diff --git a/shared/com.github.hluk.copyq.appdata.xml b/shared/com.github.hluk.copyq.appdata.xml index c0ac828e9..27c75a441 100644 --- a/shared/com.github.hluk.copyq.appdata.xml +++ b/shared/com.github.hluk.copyq.appdata.xml @@ -22,7 +22,7 @@ https://github.com/hluk/CopyQ/issues https://copyq.readthedocs.io https://copyq.readthedocs.io/en/latest/faq.html - https://www.bountysource.com/teams/copyq + https://liberapay.com/CopyQ/ https://hosted.weblate.org/engage/copyq/ diff --git a/src/gui/aboutdialog.cpp b/src/gui/aboutdialog.cpp index 788e847a2..d1e0e18e2 100644 --- a/src/gui/aboutdialog.cpp +++ b/src/gui/aboutdialog.cpp @@ -114,7 +114,7 @@ QString AboutDialog::aboutPage() + helpLink( tr("Author"), QString::fromUtf8("Lukáš Holeček"), IconUser ) + helpLink( tr("E-mail"), helpMail("hluk@email.cz"), IconEnvelope ) + helpLink( tr("Web"), helpUrl("https://hluk.github.io/CopyQ/"), IconHome ) - + helpLink( tr("Donate"), helpUrl("https://www.bountysource.com/teams/copyq"), IconGift ) + + helpLink( tr("Donate"), helpUrl("https://liberapay.com/CopyQ/"), IconGift ) + "" "

"