docs: update repository references from glittercowboy to gsd-build

The repository was transferred from the glittercowboy org to gsd-build,
but several files still referenced the old org in URLs. This updates all
repository URL references across READMEs (all languages), package.json,
and the update workflow. Also removes a duplicate language selector in
the main README header.

Files intentionally unchanged:
- CHANGELOG.md (historical entries)
- CODEOWNERS, FUNDING.yml, SECURITY.md (reference @glittercowboy as a
  GitHub username/handle, not a repo URL)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Noah Rasheta
2026-03-24 16:57:15 -06:00
parent 0b0719b955
commit 41ee44ae92
8 changed files with 45 additions and 47 deletions

View File

@@ -29,11 +29,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/glittercowboy/get-shit-done.git"
"url": "git+https://github.com/gsd-build/get-shit-done.git"
},
"homepage": "https://github.com/glittercowboy/get-shit-done",
"homepage": "https://github.com/gsd-build/get-shit-done",
"bugs": {
"url": "https://github.com/glittercowboy/get-shit-done/issues"
"url": "https://github.com/gsd-build/get-shit-done/issues"
},
"engines": {
"node": ">=20.0.0"