updated pg-native github url in package.json (#3320)

This commit is contained in:
Arya 2025-01-14 01:02:45 +05:30 committed by GitHub
parent f12e555b73
commit 2de02f0a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"