This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 34ced7c537 Fix Sponsors buttons (#3616)
34ced7c537 is described below
commit 34ced7c53711c7d35cf25699a33ac23d5871301f
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Apr 16 11:59:31 2025 +0200
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
---
.github/FUNDING.yml | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index f8041c9ee4..a4c3c7f0a1 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -19,12 +19,7 @@
# 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
+# WARNING: the `github` key accepts only 4 GitHub user ids, so we can not use
this feature.
+#
+custom: "https://logging.apache.org/support.html#sponsors"
+tidelift: "maven/org.apache.logging.log4j:log4j-core"