From 97f1f5109179cf625fae9ec70d550f58fc89afc4 Mon Sep 17 00:00:00 2001 From: Andres Cera Date: Sun, 11 Jan 2026 23:42:48 -0500 Subject: [PATCH] docs: add sponsor/funding information - Update .github/FUNDING.yml with Ko-fi and PayPal links - Add "Support the Project" section to README --- .github/FUNDING.yml | 4 ++++ README.md | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index d027a6a..53f831c 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,5 @@ +# These are supported funding model platforms + github: andrescera +ko_fi: andrescera +custom: ["https://www.paypal.com/donate/?business=7KKQS9KBSAMNE&no_recurring=0&item_name=CERALIVE+Development+Support¤cy_code=USD"] diff --git a/README.md b/README.md index 61d239a..8689d6a 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,15 @@ Documentation * [Versioning](docs/versioning.md) – CalVer versioning scheme with beta release support +Support the Project +------------------- + +If you find Ceracoder useful, consider supporting CeraLive development: + +- ☕ [Ko-fi](https://ko-fi.com/andrescera) +- 💳 [PayPal](https://www.paypal.com/donate/?business=7KKQS9KBSAMNE&no_recurring=0&item_name=CERALIVE+Development+Support¤cy_code=USD) + + License ------- Ceracoder is licensed under the GNU General Public License v3.0. See [LICENSE](LICENSE) for details. \ No newline at end of file