From cfdafac20c10b849f6e6d1794b7168e545668878 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 3 Dec 2025 21:56:06 +0100 Subject: [PATCH] Sync the funding config w/ org-wide template --- .github/FUNDING.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 03d2cc706a1..39371f490e9 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,15 +1,12 @@ -# These are supported funding model platforms +--- -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +github: - asvetlov - webknjaz - Dreamsorcerer -# patreon: # Replace with a single Patreon username -# open_collective: # Replace with a single Open Collective username -# ko_fi: # Replace with a single Ko-fi username -# tidelift: pypi/aiohttp # A single Tidelift platform-name/package-name e.g., npm/babel -# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -# liberapay: # Replace with a single Liberapay username -# issuehunt: # Replace with a single IssueHunt username -# otechie: # Replace with a single Otechie username -# custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] +open_collective: aiohttp +tidelift: pypi/aiohttp # A single Tidelift platform-name/package-name e.g., npm/babel +custom: +- https://opencollective.com/aio-libs + +...