From 8059571552df8a7e8521f9d15a272b4bb62143e0 Mon Sep 17 00:00:00 2001 From: Arya Mohanan Date: Mon, 23 Sep 2024 09:28:48 +0530 Subject: [PATCH] updated pg-native github url in package.json --- packages/pg-native/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/pg-native/package.json b/packages/pg-native/package.json index bf259a960..4dd4f1083 100644 --- a/packages/pg-native/package.json +++ b/packages/pg-native/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/brianc/node-pg-native.git" + "url": "https://github.com/brianc/node-postgres.git" }, "keywords": [ "postgres", @@ -18,9 +18,9 @@ "author": "Brian M. Carlson", "license": "MIT", "bugs": { - "url": "https://github.com/brianc/node-pg-native/issues" + "url": "https://github.com/brianc/node-postgres/issues" }, - "homepage": "https://github.com/brianc/node-pg-native", + "homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-native", "dependencies": { "libpq": "1.8.13", "pg-types": "^1.12.1"