chore(metadata): point package metadata at fork (FJ-17) #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/repoint-package-metadata-fork-fj-17"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Repoints the package-metadata pointers from the upstream Codeberg repository to the fork's canonical home,
https://dev.a8n.run/pandoras-box/forgejo-cli. Resolves FJ-17.The fork is published from the
originremote, but the three crate manifests advertised the upstream Codeberg URL in theirrepositoryfield and the Nix flake advertised it ashomepage. Tooling that reads these fields (cargo metadata, crate tooling, the Nix derivationmeta) therefore pointed downstream consumers at an upstream we cannot contribute to.Changes
crates/fj/Cargo.toml,crates/fj-core/Cargo.toml,crates/fj-client/Cargo.toml:repository->https://dev.a8n.run/pandoras-box/forgejo-cli(trailing slash dropped for a bare repo URL).flake.nix:homepage->https://dev.a8n.run/pandoras-box/forgejo-cli.Out of scope (intentionally unchanged)
Fork-attribution prose in
README.md/CLAUDE.md, the upstream wiki/install links inREADME.md(the fork hosts no wiki of its own), and incidentalcodeberg.orgreferences (crates/fj/src/actions.rs,crates/fj/src/repo.rs, thecodeberg.orghost-to-client-ID mapping incrates/fj-client/src/client_info.rs).Verification
forgejo-contrib/forgejo-clireference in anyCargo.tomlorflake.nix.just check(fmt + clippy + build + tests + builder-stage Docker compile) passes.