chore: Update links for the move to the margelo org - #4176
Merged
Conversation
VisionCamera moved from `mrousavy/react-native-vision-camera` to `margelo/react-native-vision-camera`. GitHub keeps the old paths redirecting, but the metadata should point at the canonical repo. - Repository/bugs URLs in all 6 package manifests - `repositoryUrl` in the docs site config (drives "Edit on GitHub" links and the JSON-LD `codeRepository`/`sameAs` entries) - Issue template links (repro instructions, releases, issue search) - Harness test comments linking issues/PRs - Podspec `s.source`, which pointed at the nitro repo entirely (copy-paste from the nitro template) - now points at this repo - Nitro links in the docs, since `mrousavy/nitro` also moved to `margelo/nitro` Also renames the last `com.mrousavy.camera.react.extensions` Kotlin package to `com.margelo.nitro.camera.extensions` so the package declaration matches the directory it already lives in. Links to `mrousavy/react-native-nitro-image` and `mrousavy/react-native-data-scanner` are left alone - those repos are still under `mrousavy`. Nitrogen-generated headers are left alone too, they are codegen output.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
VisionCamera moved from
mrousavy/react-native-vision-cameratomargelo/react-native-vision-camera. GitHub keeps the old paths redirecting, so nothing is broken today, but the metadata should point at the canonical repo.What changed
packages/*/package.json(6)repository.url+bugs.url-> margelodocs/src/lib/site-config.tsrepositoryUrl-> margelo. This one feeds the "Edit on GitHub" links on every docs page and thecodeRepository/sameAsfields in the JSON-LD, so it was the highest-leverage single line.github/ISSUE_TEMPLATE/*.yml(4)apps/simple-camera/__tests__/*(2)packages/*/*.podspec(5)s.sourcepointed atgithub.com/mrousavy/nitro.git- a copy-paste leftover from the nitro podspec template. Now points at this repopackages/react-native-vision-camera/README.mdmrousavy/nitroalso moved tomargelo/nitroViewGroup+installHierarchyFitter.ktpackage com.mrousavy.camera.react.extensionswhile sitting incom/margelo/nitro/camera/extensions/. Renamed to match the directory, and updated the one import inHybridPreviewView.ktDeliberately left alone
github.com/mrousavy/react-native-nitro-imageandgithub.com/mrousavy/react-native-data-scanner- both verified still undermrousavyvia the GitHub API.nitrogen/generated/**headers referencingmrousavy/nitro(~910 of them). Codegen output; they get rewritten when nitrogen regenerates.authorfields,mrousavy.com, Twitter, and the ShadowLens links. Personal attribution, still accurate.Verification
bun x @biomejs/biome checkoutput is byte-identical tomain(all 17 findings pre-existing).bun run lint-kotlinpasses.mrousavyhit in the tree was reviewed and is either personal attribution or a repo that genuinely still lives undermrousavy.Follow-ups that are not code (see PR discussion)
The AWS Device Farm OIDC trust policy, repo Actions setting, and npm ownership all need changes outside this repo.
馃 Generated with Claude Code