summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-05 04:47:00 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-05 05:18:34 +0100
commit706a1818e32df548405a6b143e2fd873b3826600 (patch)
treebc48c71f8a4d0c498c53445744104a084f1c34ea
parent7a954647055692594cec50eccb2eaf61726bac0f (diff)
downloadcherrypy-git-706a1818e32df548405a6b143e2fd873b3826600.tar.gz
🎨 Clean up dummy comments @ funding config
-rw-r--r--.github/FUNDING.yml11
1 files changed, 3 insertions, 8 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 088d304d..5ce8b9bd 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,17 +1,12 @@
---
-# These are supported funding model platforms
-github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
+github:
- jaraco
- webknjaz
-# 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/CherryPy # 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
+tidelift: pypi/CherryPy
# 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']
+# custom: # Replace with up to 4 custom sponsorship URLs
...