The repository was previously maintained under the personal account jcsmithhere/bolides and has since moved to the SETI organization (SETI/bolides). Several stale references to the old jcsmithhere URL remain in the code and documentation and should be updated to point at SETI/bolides.
References to fix
Cleanup
Verification
The repository was previously maintained under the personal account
jcsmithhere/bolidesand has since moved to the SETI organization (SETI/bolides). Several stale references to the oldjcsmithhereURL remain in the code and documentation and should be updated to point atSETI/bolides.References to fix
pyproject.toml:42—Homepage = "https://github.com/jcsmithhere/bolides"pyproject.toml:43—Bug Tracker = "https://github.com/jcsmithhere/bolides/issues"docs/conf.py:65—"github_url": "https://github.com/jcsmithhere/bolides"docs/tutorials/index.rst:5— Binder linkmybinder.org/v2/gh/jcsmithhere/bolides/bdf-implementation(note this also points at a stalebdf-implementationbranch; the README's Binder badge usesSETI/bolides/master, so update the org and the branch to match)webapp/app.py:277— markdown link tohttps://github.com/jcsmithhere/bolidesCleanup
webapp/app.py~(also contains the old link) — it is editor cruft that should not be tracked.jcsmithherelinks" note inCLAUDE.md.Verification
grep -rn "jcsmithhere" --exclude-dir=.git .returns nothing.