diff --git a/packages/pg-native/package.json b/packages/pg-native/package.json index 200c012a9..87eba804f 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"