1
0
Fork 0

Added support for buy_me_a_coffee (#11902)

pull/11922/head
Fabrizio Balliano 2024-04-03 10:05:07 +01:00 committed by GitHub
parent 645cd58f97
commit c5ff69ed58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -286,6 +286,9 @@ class GitHubDriver extends VcsDriver
case 'community_bridge':
$result[$key]['url'] = 'https://funding.communitybridge.org/projects/' . basename($item['url']);
break;
case 'buy_me_a_coffee':
$result[$key]['url'] = 'https://www.buymeacoffee.com/' . basename($item['url']);
break;
}
}