From 2de02f0a634d94f47d96185d1a0d8ce06768a4b1 Mon Sep 17 00:00:00 2001 From: Arya <90748009+aryamohanan@users.noreply.github.com> Date: Tue, 14 Jan 2025 01:02:45 +0530 Subject: [PATCH] updated pg-native github url in package.json (#3320) --- 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 200c012a..87eba804 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": "^2.1.0"