1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-08-05 11:38:28 +02:00

fix(open source): replace nrwl/nx by DefinitelyTyped

This commit is contained in:
Théo LUDWIG 2024-01-23 22:13:39 +01:00
parent a89b5932c2
commit 5478e202a7
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -22,9 +22,9 @@ export const OpenSource = (): JSX.Element => {
href="https://github.com/standard/standard/commits?author=theoludwig"
/>
<Repository
name="nrwl/nx"
description="Smart, Fast and Extensible Build System"
href="https://github.com/nrwl/nx/commits?author=theoludwig"
name="DefinitelyTyped/DefinitelyTyped"
description="High quality TypeScript type definitions."
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits?author=theoludwig"
/>
<Repository
name="vercel/next.js"