Skip to content

Commit abb1f34

Browse files
committed
Fix repository field in package.json
1 parent afd14cb commit abb1f34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/pg-connection-string/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/iceddev/pg-connection-string"
14+
"url": "git://github.com/brianc/node-postgres.git"
1515
},
1616
"keywords": [
1717
"pg",

packages/pg-cursor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/brianc/node-pg-cursor.git"
14+
"url": "git://github.com/brianc/node-postgres.git"
1515
},
1616
"author": "Brian M. Carlson",
1717
"license": "MIT",

packages/pg-pool/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/brianc/node-pg-pool.git"
14+
"url": "git://github.com/brianc/node-postgres.git"
1515
},
1616
"keywords": [
1717
"pg",

0 commit comments

Comments
 (0)