mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Fix repository field in package.json
This commit is contained in:
parent
afd14cb5f9
commit
abb1f34020
@ -11,7 +11,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/iceddev/pg-connection-string"
|
||||
"url": "git://github.com/brianc/node-postgres.git"
|
||||
},
|
||||
"keywords": [
|
||||
"pg",
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/brianc/node-pg-cursor.git"
|
||||
"url": "git://github.com/brianc/node-postgres.git"
|
||||
},
|
||||
"author": "Brian M. Carlson",
|
||||
"license": "MIT",
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/brianc/node-pg-pool.git"
|
||||
"url": "git://github.com/brianc/node-postgres.git"
|
||||
},
|
||||
"keywords": [
|
||||
"pg",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user