From 64d7f5fa933c31128873482d5e4920947f1e8310 Mon Sep 17 00:00:00 2001 From: Naim A <227396+naim94a@users.noreply.github.com> Date: Fri, 18 Sep 2020 04:16:18 +0300 Subject: [PATCH] buymeacoffee --- .github/FUNDING.yml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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.