diff --git a/packages/cursorless-org/src/pages/index.tsx b/packages/cursorless-org/src/pages/index.tsx
index 39d21999da..a85eb6d5fa 100644
--- a/packages/cursorless-org/src/pages/index.tsx
+++ b/packages/cursorless-org/src/pages/index.tsx
@@ -51,7 +51,7 @@ export default function LandingPage() {
{" "}
diff --git a/packages/cursorless-vscode/package.json b/packages/cursorless-vscode/package.json
index d127b81798..83a2b1cc4d 100644
--- a/packages/cursorless-vscode/package.json
+++ b/packages/cursorless-vscode/package.json
@@ -1227,9 +1227,9 @@
}
},
"sponsor": {
- "url": "https://github.com/sponsors/pokey"
+ "url": "https://github.com/sponsors/cursorless-dev"
},
- "funding": "https://github.com/sponsors/pokey",
+ "funding": "https://github.com/sponsors/cursorless-dev",
"scripts": {
"build": "pnpm run esbuild:prod && pnpm -F cheatsheet-local build:prod && pnpm -F cursorless-vscode-tutorial-webview build:prod && pnpm run populate-dist",
"build:dev": "pnpm generate-grammar && pnpm run esbuild && pnpm -F cheatsheet-local build && pnpm -F cursorless-vscode-tutorial-webview build && pnpm run populate-dist",