1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix: replace standard open source contributions by nodejs.org

This commit is contained in:
2025-02-08 20:56:56 +01:00
parent 38eb296088
commit f70a66e251

View File

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