From 5ea76f237601bcb4acde9c87df08609df1c80295 Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Tue, 8 Mar 2022 07:34:35 +0800 Subject: [PATCH] docs: mark clutch and gulp as opensource (#6871) --- website/src/data/users.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 44ee14ffc9..a8cd8840e7 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -344,8 +344,8 @@ const Users: User[] = [ description: 'An extensible API and UI platform for infrastructure tooling', preview: require('./showcase/clutch.png'), website: 'https://clutch.sh/', - source: null, - tags: [], + source: 'https://github.com/lyft/clutch/tree/main/docs/_website', + tags: ['opensource'], }, { title: 'CodeYourFuture', @@ -692,8 +692,8 @@ const Users: User[] = [ description: 'A toolkit to automate & enhance your workflow', preview: require('./showcase/gulp.png'), website: 'https://gulpjs.com', - source: null, - tags: ['large'], + source: 'https://github.com/gulpjs/gulpjs.github.io', + tags: ['opensource', 'large'], }, { title: 'Hashnode Support',