From f9e11a99009f80ad08658424aaa0dd9225818c82 Mon Sep 17 00:00:00 2001 From: Abraham Elmahrek Date: Thu, 26 May 2022 22:42:51 -0700 Subject: [PATCH] Update github location --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4b0e2f9..3d73727 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/abec/typeorm-encrypted.git" + "url": "https://github.com/generalpiston/typeorm-encrypted.git" }, "keywords": [ "typescript", @@ -43,7 +43,7 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/abec/typeorm-encrypted/issues" + "url": "https://github.com/generalpiston/typeorm-encrypted/issues" }, - "homepage": "https://github.com/abec/typeorm-encrypted#readme" + "homepage": "https://github.com/generalpiston/typeorm-encrypted#readme" }