docs: point GitHub web URLs at threecorp/bough after the repo transfer#102
Merged
Conversation
Updates the human-facing GitHub URLs left pointing at the pre-transfer ikeikeikeike/bough: - README: release download URLs + `nix run`/`nix profile install github:` - flake.nix: homepage + the nix-run comments - docs/MIGRATION: the issues link docs/SIGNING.md and internal/pluginsign/verifier.go are a correctness fix, not just cosmetic: they document the cosign keyless certificate identity, which is now `https://github.com/threecorp/bough/.github/workflows/release.yml@<ref>` (verified against the v0.11.0 assets). The stale ikeikeikeike identity would make `cosign verify-blob --certificate-identity ...` fail. Deliberately NOT changed — these are the Go module/import path, which GitHub's redirect keeps working and which must match go.mod: - `go install github.com/ikeikeikeike/bough/...` (README) - import paths in CHANGELOG / MIGRATION / generated proto - `module github.com/ikeikeikeike/bough` (go.mod) The commented brew tap and the deliberately-nonexistent conformance fault image are also left as-is.
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.
Follow-up to the repo transfer (ikeikeikeike/bough → threecorp/bough): updates the human-facing GitHub URLs that still pointed at the old name.
nix run/nix profile install github:refshomepage+ nix-run commentshttps://github.com/threecorp/bough/.github/workflows/release.yml@<ref>(verified against the v0.11.0 assets); the stale value would makecosign verify-blob --certificate-identity ...fail.Deliberately not changed (GitHub's redirect keeps them working, and they must match
go.mod): the Go module/import path —go install github.com/ikeikeikeike/bough/..., import paths in CHANGELOG / MIGRATION / generated proto, andmodule github.com/ikeikeikeike/bough.Verified:
go build ./...,nix flake check, and a repo-wide sweep confirming nohttps://github.com/ikeikeikeike/boughorgithub:ikeikeikeike/boughweb/nix refs remain.