Skip to content

Commit

Permalink
Switch to cursorless-dev sponsors account (#2748)
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey authored Jan 24, 2025
1 parent 9611d3d commit 57acd6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cursorless-org/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function LandingPage() {
<Button text="Docs" href="/docs" isExternal={false} />{" "}
<Button
text="Donate"
href="https://github.com/sponsors/pokey"
href="https://github.com/sponsors/cursorless-dev"
isExternal={true}
/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions packages/cursorless-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 57acd6c

Please sign in to comment.