From 53ebe990798b76affb9054b34b7c7cb71db15624 Mon Sep 17 00:00:00 2001 From: synsoftworks Date: Wed, 15 Apr 2026 12:43:01 -0700 Subject: [PATCH] fix: restore npm package metadata to org repository --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e18a695..c774293 100644 --- a/package.json +++ b/package.json @@ -38,11 +38,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/synsoftworksdev/gitrole.git" + "url": "git+https://github.com/synsoftworks/gitrole.git" }, "homepage": "https://docs.gitrole.dev", "bugs": { - "url": "https://github.com/synsoftworksdev/gitrole/issues" + "url": "https://github.com/synsoftworks/gitrole/issues" }, "dependencies": { "chalk": "^5.4.1",