1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-02-08 21:59:39 +01:00

fix: replace standard open source contributions by nodejs.org

This commit is contained in:
Théo LUDWIG 2025-02-08 20:56:56 +01:00
parent 38eb296088
commit f70a66e251
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -26,9 +26,9 @@ export const OpenSource: React.FC<OpenSourceProps> = () => {
href="https://github.com/nodejs/node/commits?author=theoludwig"
/>
<Repository
name="standard/standard"
description="🌟 JavaScript Style Guide, with linter & automatic code fixer"
href="https://github.com/standard/standard/commits?author=theoludwig"
name="nodejs/nodejs.org"
description="The Node.js® Website"
href="https://github.com/nodejs/nodejs.org/commits/main/?author=theoludwig"
/>
<Repository
name="DefinitelyTyped/DefinitelyTyped"