We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd0285 commit 5131670Copy full SHA for 5131670
1 file changed
pkg/sponsors/sponsors.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
// gistURL is the raw URL of the public Gist containing sponsors.json.
14
-// Update this after creating the Gist (see setup instructions in CLAUDE.md).
+// Update this after creating the Gist.
15
const gistURL = "https://gist.githubusercontent.com/mrwhyte/1c23d0635fc400008be3dcea8f8d068c/raw/rig-sponsors.json"
16
17
const cacheTTL = 24 * time.Hour
0 commit comments