chore: update arimxyer references after org transfer to reyamira#92
Open
chore: update arimxyer references after org transfer to reyamira#92
Conversation
Repo moved to reyamira org. Rewrites repo URLs across READMEs, docs, goreleaser config, badges, formula/manifest copies, winget URLs, and the doctor command's GitHubRepo field. Leaves Go module path (go.mod, all imports, ldflags) and winget Publisher/Author/Copyright identity unchanged — those are separate decisions.
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.
Summary
Repo moved to the
reyamiraorg. This sweep rewrites repo-URL references across the codebase to match the new ownership.What changed
https://github.com/arimxyer/pass-cli→…/reyamira/pass-cli, brew tap/scoop bucket install commands, badge URLs (shields.io, codecov, Go Report Card), Pages URLs (arimxyer.github.io/pass-cli/→reyamira.github.io/pass-cli/)..goreleaser.yml—repository.ownerfor brews + scoops + release.github.owner, allhomepage:fields, header/footer release-note URLs.cmd/doctor.go—GitHubRepo: "arimxyer/pass-cli"→"reyamira/pass-cli"(used at runtime for update checks)..github/workflows/docs-validation.yml— grep-pattern updated to match the new canonical URL.manifests/winget/— repo URLs (PublisherSupportUrl,PackageUrl,LicenseUrl,InstallerUrl).homebrew/pass-cli.rbandscoop/pass-cli.json— local formula/manifest copies updated.What didn't change (deliberate)
go.modstill declaresmodule github.com/arimxyer/pass-cli; all imports and goreleaser ldflags still match. Changing it is a breaking change forgo installusers and is its own decision.assignees: ['arimxyer']in issue-management workflow — that's the user's GitHub login, not a repo path.CHANGELOG.mdhistorical entry mentioning the priorari1110→arimxyerrename — historical text, preserved.Publisher: arimxyer/Author: arimxyer/Copyright (c) 2025 arimxyer— publisher-identity decision, not a repo-path rewrite.Test plan