From 991d33ad506513abf8f99dcdf8f84b74c6a1f2ee Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Tue, 6 Jun 2023 13:54:34 -0700 Subject: [PATCH] Switch from open collective to PSF This change adds Python Software Foundation as the link for fiscal sponsorship. Now that Bandit is a member of the fiscal sponsorees, we can accept donations through their channels. This also means, we need to remove the Open Collective option as it would conflict with PSF. https://www.python.org/psf/fiscal-sponsorees/ --- .github/FUNDING.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 78caa284e..02a4962ef 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,2 @@ -# These are supported funding model platforms -open_collective: bandit-sast +custom: ["https://psfmember.org/civicrm/contribute/transact/?reset=1&id=42"] github: [ericwb]