diff --git a/.releaserc.yaml b/.releaserc.yaml index f79f154..46502cd 100644 --- a/.releaserc.yaml +++ b/.releaserc.yaml @@ -1,5 +1,5 @@ branch: main -repositoryUrl: "https://github.com/ri7nz/rescript-chakra.git" +repositoryUrl: "https://github.com/rescript-ui/rescript-chakra.git" branches: - "+([0-9])?(.{+([0-9]),x}).x" - main diff --git a/package.json b/package.json index 4bebcdb..96cace1 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,9 @@ ], "repository": { "type": "git", - "url": "https://github.com/ri7nz/rescript-chakra.git" + "url": "https://github.com/rescript-ui/rescript-chakra.git" }, - "bugs": "https://github.com/ri7nz/rescript-chakra/issues", + "bugs": "https://github.com/rescript-ui/rescript-chakra/issues", "scripts": { "start": "rescript build -w", "prebuild": "rescript clean",