Skip to content

Commit 34ced7c

Browse files
authored
Fix Sponsors buttons (#3616)
* Fix Sponsors buttons Due to limitations in the number of GitHub Sponsors buttons (there can be only up to 4 buttons), part of the team is ignored. This replaces the buttons with our "Sponsorship" page and a button to sponsor `log4j-core` via Tidelift. * Add warning about `github` key
1 parent 03213a3 commit 34ced7c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

Diff for: .github/FUNDING.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@
1919
# For details see:
2020
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
2121
#
22-
# This list includes in the same order, committers of Log4j listed on:
23-
# https://logging.apache.org/support.html#sponsors
24-
github:
25-
- carterkozak
26-
- garydgregory
27-
- jvz
28-
- ppkarwasz
29-
- rgoers
30-
- vy
22+
# WARNING: the `github` key accepts only 4 GitHub user ids, so we can not use this feature.
23+
#
24+
custom: "https://logging.apache.org/support.html#sponsors"
25+
tidelift: "maven/org.apache.logging.log4j:log4j-core"

0 commit comments

Comments
 (0)