diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 3a98a4b6..389d3249 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,4 +1,3 @@
# These are supported funding model platforms
-liberapay: SeaDve
-custom: ["https://www.paypal.com/paypalme/davecaberto"]
+custom: ["https://www.buymeacoffee.com/seadve"]
diff --git a/README.md b/README.md
index d6a5d329..d8920a25 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@
-
-
+
+
@@ -143,7 +143,7 @@ or think you can improve a translation, you can use the [Weblate](https://hosted
## ☕ Support me and the project
Kooha is free and will always be for everyone to use. If you like the project and
-would like to support and fund it, you may donate through [Liberapay](https://liberapay.com/SeaDve/).
+would like to support it, you may [buy me a coffee](https://www.buymeacoffee.com/seadve).
## 💝 Acknowledgment
diff --git a/data/io.github.seadve.Kooha.metainfo.xml.in.in b/data/io.github.seadve.Kooha.metainfo.xml.in.in
index 658c9fea..98877792 100644
--- a/data/io.github.seadve.Kooha.metainfo.xml.in.in
+++ b/data/io.github.seadve.Kooha.metainfo.xml.in.in
@@ -22,7 +22,7 @@
https://github.com/SeaDve/Kooha
https://github.com/SeaDve/Kooha/issues
https://hosted.weblate.org/projects/kooha/pot-file/
- https://liberapay.com/SeaDve/
+ https://www.buymeacoffee.com/seadve
Dave Patrick Caberto
davecruz48@gmail.com
diff --git a/src/about.rs b/src/about.rs
index 5f77476a..d9b9a13f 100644
--- a/src/about.rs
+++ b/src/about.rs
@@ -34,14 +34,9 @@ pub fn present_window(transient_for: Option<&impl IsA>) {
.build();
win.add_link(
- &gettext("Donate (Liberapay)"),
- "https://liberapay.com/SeaDve",
+ &gettext("Donate (Buy Me a Coffee)"),
+ "https://www.buymeacoffee.com/seadve",
);
- win.add_link(
- &gettext("Donate (PayPal)"),
- "https://www.paypal.com/paypalme/davecaberto",
- );
-
win.add_link(&gettext("GitHub"), "https://github.com/SeaDve/Kooha");
win.add_link(
&gettext("Translate"),