Skip to content

Commit

Permalink
fix: goodbits now lives on web3storage org (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Nov 30, 2022
1 parent 488f2f1 commit aaccfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cron/src/jobs/goodbits.js
Expand Up @@ -11,7 +11,7 @@ import ndjson from 'iterable-ndjson'
*/

const GOODBITS_SOURCES = [
'https://raw.githubusercontent.com/nftstorage/goodbits/main/list.ndjson',
'https://raw.githubusercontent.com/web3-storage/goodbits/main/list.ndjson',
]

const rootDir = path.dirname(path.dirname(import.meta.url))
Expand Down

0 comments on commit aaccfe6

Please sign in to comment.