mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-04-29 23:49:39 +00:00
chore: point repo URLs at getagentseal org (#97)
Add package.json repository/bugs/homepage fields. Swap hardcoded AgentSeal/codeburn URLs to getagentseal/codeburn across README, mac README, macOS menubar star banner, and the menubar installer's release-API endpoint. 301 redirects keep old URLs working, but canonical links now point at the current org. Co-authored-by: AgentSeal <hello@agentseal.org>
This commit is contained in:
parent
af3676a2b1
commit
a031c8d32d
5 changed files with 18 additions and 10 deletions
|
|
@ -33,6 +33,14 @@
|
|||
},
|
||||
"author": "AgentSeal <hello@agentseal.org>",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/getagentseal/codeburn.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/getagentseal/codeburn/issues"
|
||||
},
|
||||
"homepage": "https://github.com/getagentseal/codeburn#readme",
|
||||
"dependencies": {
|
||||
"chalk": "^5.4.1",
|
||||
"commander": "^13.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue