repo: point GitHub links at the CopperlineHQ org#269
Merged
Conversation
The project repositories moved from the LinuxJedi user account to the CopperlineHQ organisation, keeping their names: Copperline, copperline.github.io and retro32-term. The old paths still redirect, but the links baked into packaging metadata, the Homebrew formula and the site-deploy workflows should name the new owner directly. Also renames the Homebrew tap to copperlinehq/copperline and repoints the docs-site and wasm-demo deploy targets at CopperlineHQ/copperline.github.io. The copperline.dev domain, the dev.copperline.Copperline app ID and the goatcounter analytics account are unchanged.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates hard-coded GitHub repository references across the Copperline repo to point at the new CopperlineHQ organization after the project migration, covering crate metadata, documentation, packaging metadata, and CI workflows.
Changes:
- Updated
Cargo.tomlrepositorymetadata and various docs/pages to link tohttps://github.com/CopperlineHQ/Copperline. - Updated packaging metadata (Flatpak/AppStream, Windows README) and the wasm demo bug-report URL to the new GitHub issue/repo locations.
- Updated CI workflow targets for docs/wasm publishing and adjusted Homebrew-related tap/formula references.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| SECURITY.md | Updates the repository name referenced for GitHub vulnerability reporting. |
| RELEASE.md | Updates release tarball URL and Homebrew formula references for the migrated org/tap. |
| README.md | Updates Homebrew tap instructions and releases link to the new org. |
| packaging/windows/README.txt | Updates bug report URL to the new GitHub issues page. |
| packaging/flatpak/dev.copperline.Copperline.yaml | Updates the (commented) git URL example to the new org. |
| packaging/flatpak/dev.copperline.Copperline.metainfo.xml | Updates AppStream URLs and screenshot raw URLs to the new org paths. |
| Formula/copperline.rb | Updates formula comments and source/head URLs to the new org. |
| docs/myst.yml | Updates MyST project GitHub URL to the new org. |
| docs/index.md | Updates docs homepage GitHub link to the new org. |
| docs/guide/getting-started.md | Updates Homebrew/release links to the new org. |
| crates/copperline-web/www/try.js | Updates the in-browser demo’s bug report link to the new org issues URL. |
| Cargo.toml | Updates crate repository field to the new org. |
| .github/workflows/wasm-demo.yml | Updates the website repo target to CopperlineHQ/copperline.github.io. |
| .github/workflows/homebrew.yml | Updates tap/audit references to the migrated org/tap. |
| .github/workflows/docs-site.yml | Updates the website repo target to CopperlineHQ/copperline.github.io. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Homebrew canonicalises tap and formula names to lowercase, so CopperlineHQ/copperline and copperlinehq/copperline resolve to the same tap. Spelling it lowercase everywhere matches what brew prints back in brew list --taps and what RELEASE.md already used. Repository URLs keep the organisation's own casing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The project repositories moved from the
LinuxJediuser account to theCopperlineHQorganisation, keeping their names:Copperline,copperline.github.ioandretro32-term. The old paths still redirect,but the links baked into the repo should name the new owner directly.
What changed
Cargo.tomlrepositoryfieldREADME.md,docs/index.md,docs/myst.yml,docs/guide/getting-started.mdgithub:fieldFormula/copperline.rb,RELEASE.mdheadURL, tap name ->copperlinehq/copperline/copperline.github/workflows/homebrew.ymlbrew tap/brew audittap name.github/workflows/docs-site.yml,wasm-demo.ymlCopperlineHQ/copperline.github.iopackaging/flatpak/*.metainfo.xml,*.yamlpackaging/windows/README.txt,crates/copperline-web/www/try.jsSECURITY.mdDeliberately unchanged
copperline.devdomain and the flatpak app IDdev.copperline.Copperline.docs-site.yml(a personal account, not a GitHub path).src/video/ui.rs.Follow-ups outside this repo
secrets.SITE_DEPLOY_KEYneeds to exist onCopperlineHQ/Copperlinewith its deploy key installed onCopperlineHQ/copperline.github.io, or the docs and wasm deploys fail on the next tag.Testing
No code paths read these strings (nothing uses
CARGO_PKG_REPOSITORY), so this is docs, packaging metadata and CI configuration only.cargo verify-projectpasses and the workflow YAML is unchanged apart from the two tap/repository names.