Skip to content

Commit

Permalink
feat: add CivilEngeneer and apalaio to the list of sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalaforge committed Sep 5, 2024
1 parent 9f34873 commit 23226c2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/github-action/contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ const contributors = [
'tsironis13',
];

const sponsors = ['ddotx', 'LMFinney', 'alannelucq', 'SidV2', 'fpalmab'];
const sponsors = [
'ddotx',
'LMFinney',
'alannelucq',
'SidV2',
'fpalmab',
'CivilEngeneer',
'apalaio',
];

module.exports = {
contributors,
Expand Down

0 comments on commit 23226c2

Please sign in to comment.