diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 6c165a6..eaa18ad 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -custom: ["https://abda.nl/donate/"] +custom: ["https://www.buymeacoffee.com/naim"] diff --git a/README.md b/README.md index f15be31..57fa54b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Please report any bugs you find to our issue tracker. Ideas and feature requests Any pull request targeting existing issues would be very much appreciated. +If you like this project and want to buy me a coffee, there's a link for that: + +Buy Me A Coffee + ### Why was UDPT rewritten in rust? For a few reasons, 1. Rust makes it harder to make mistakes than C/C++, It provides memory safety without runtime cost.