Skip to content

Commit 57acd6c

Browse files
authored
Switch to cursorless-dev sponsors account (#2748)
## Checklist - [-] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [-] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [-] I have not broken the cheatsheet
1 parent 9611d3d commit 57acd6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/cursorless-org/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function LandingPage() {
5151
<Button text="Docs" href="/docs" isExternal={false} />{" "}
5252
<Button
5353
text="Donate"
54-
href="https://github.com/sponsors/pokey"
54+
href="https://github.com/sponsors/cursorless-dev"
5555
isExternal={true}
5656
/>
5757
</div>

packages/cursorless-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,9 +1227,9 @@
12271227
}
12281228
},
12291229
"sponsor": {
1230-
"url": "https://github.com/sponsors/pokey"
1230+
"url": "https://github.com/sponsors/cursorless-dev"
12311231
},
1232-
"funding": "https://github.com/sponsors/pokey",
1232+
"funding": "https://github.com/sponsors/cursorless-dev",
12331233
"scripts": {
12341234
"build": "pnpm run esbuild:prod && pnpm -F cheatsheet-local build:prod && pnpm -F cursorless-vscode-tutorial-webview build:prod && pnpm run populate-dist",
12351235
"build:dev": "pnpm generate-grammar && pnpm run esbuild && pnpm -F cheatsheet-local build && pnpm -F cursorless-vscode-tutorial-webview build && pnpm run populate-dist",

0 commit comments

Comments
 (0)