This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch fix/sponsors-button-2 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit edbd9d9e500131445bcdb6a007f0f90fdf2a4736 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Tue Apr 15 15:08:14 2025 +0200 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. --- .github/FUNDING.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index f8041c9ee4..46bbe8adf5 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -19,12 +19,5 @@ # For details see: # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository # -# This list includes in the same order, committers of Log4j listed on: -# https://logging.apache.org/support.html#sponsors -github: - - carterkozak - - garydgregory - - jvz - - ppkarwasz - - rgoers - - vy +custom: "https://logging.apache.org/support.html#sponsors" +tidelift: "maven/org.apache.logging.log4j:log4j-core"
