Skip to content

Commit

Permalink
add donation uris to my bridges
Browse files Browse the repository at this point in the history
  • Loading branch information
t0stiman committed Jan 25, 2024
1 parent fdf1791 commit 5720934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bridges/HardwareInfoBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class HardwareInfoBridge extends FeedExpander
const URI = 'https://nl.hardware.info/';
const DESCRIPTION = 'Tech news from hardware.info (Dutch)';
const MAINTAINER = 't0stiman';
const DONATION_URI = 'https://ko-fi.com/tostiman';

public function collectData()
{
Expand Down
1 change: 1 addition & 0 deletions bridges/RaceDepartmentBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class RaceDepartmentBridge extends FeedExpander
const URI = 'https://racedepartment.com/';
const DESCRIPTION = 'Get the latest (sim)racing news from RaceDepartment.';
const MAINTAINER = 't0stiman';
const DONATION_URI = 'https://ko-fi.com/tostiman';

public function collectData()
{
Expand Down

0 comments on commit 5720934

Please sign in to comment.