diff --git a/components/ExampleListSection.tsx b/components/ExampleListSection.tsx index c299eea..e70066d 100644 --- a/components/ExampleListSection.tsx +++ b/components/ExampleListSection.tsx @@ -37,11 +37,6 @@ const REPOS: RepoCardProps[] = [ "Java SDK for Temporal, workflow orchestration defined in code.", language: "Java", }, - { - name: "PlutoLang/Pluto", - description: "A superset of Lua 5.4 with a focus on general-purpose programming.", - language: "C++", - }, ]; interface ExampleListSectionProps { diff --git a/pages/index.tsx b/pages/index.tsx index 1027b37..831323a 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -51,7 +51,6 @@ export const getStaticProps: GetStaticProps = async () => { "openai/codex", "apache/airflow", "temporalio/sdk-java", - "PlutoLang/Pluto", ]; // If we fetched within the last 12 hours, reuse the cached data.