From ff077d484b7a5fa73d2c657e8f02587b3b01a31f Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 3 Feb 2017 21:28:29 +0000 Subject: [PATCH] Update seeder --- app/Console/Commands/DemoSeederCommand.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Console/Commands/DemoSeederCommand.php b/app/Console/Commands/DemoSeederCommand.php index 539e7fce..61008808 100644 --- a/app/Console/Commands/DemoSeederCommand.php +++ b/app/Console/Commands/DemoSeederCommand.php @@ -170,12 +170,12 @@ class DemoSeederCommand extends Command 'group_id' => 2, 'link' => 'https://styleci.io', ], [ - 'name' => 'Patreon Page', - 'description' => 'Support future development of Cachet.', + 'name' => 'GitHub', + 'description' => null, 'status' => 1, 'order' => 0, 'group_id' => 0, - 'link' => 'https://patreon.com/jbrooksuk', + 'link' => 'https://github.com/CachetHQ/Cachet', ], ];