diff --git a/package.json b/package.json index ec31159..0e38c7b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/naomi-lgbt/typescript-config.git" + "url": "git@codeberg.org:naomi-lgbt/typescript-config.git" }, "keywords": [ "typescript" @@ -20,9 +20,9 @@ "author": "Naomi Carrigan", "license": "SEE LICENSE IN https://docs.nhcarrigan.com/#/license", "bugs": { - "url": "https://github.com/naomi-lgbt/typescript-config/issues" + "url": "https://codeberg.org/naomi-lgbt/typescript-config/issues" }, - "homepage": "https://github.com/naomi-lgbt/typescript-config#readme", + "homepage": "https://codeberg.org/naomi-lgbt/typescript-config", "peerDependencies": { "typescript": ">=5.5.2" }