Skip to content

Commit 2de02f0

Browse files
authored
updated pg-native github url in package.json (brianc#3320)
1 parent f12e555 commit 2de02f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/pg-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git://github.com/brianc/node-pg-native.git"
11+
"url": "https://github.com/brianc/node-postgres.git"
1212
},
1313
"keywords": [
1414
"postgres",
@@ -18,9 +18,9 @@
1818
"author": "Brian M. Carlson",
1919
"license": "MIT",
2020
"bugs": {
21-
"url": "https://github.com/brianc/node-pg-native/issues"
21+
"url": "https://github.com/brianc/node-postgres/issues"
2222
},
23-
"homepage": "https://github.com/brianc/node-pg-native",
23+
"homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-native",
2424
"dependencies": {
2525
"libpq": "1.8.13",
2626
"pg-types": "^2.1.0"

0 commit comments

Comments
 (0)