Skip to content

Commit fee644f

Browse files
committed
fix repo urls
1 parent cd0bbc8 commit fee644f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "./lib/http-server",
66
"repository": {
77
"type": "git",
8-
"url": "git://github.com/indexzero/http-server.git"
8+
"url": "git://github.com/http-party/http-server.git"
99
},
1010
"keywords": [
1111
"cli",
@@ -96,7 +96,7 @@
9696
"vows": "~0.8.3"
9797
},
9898
"bugs": {
99-
"url": "https://github.com/nodeapps/http-server/issues"
99+
"url": "https://github.com/http-party/http-server/issues"
100100
},
101101
"license": "MIT",
102102
"preferGlobal": true,

0 commit comments

Comments
 (0)