Skip to content

Commit 107d553

Browse files
committed
Fix repository URLs
1 parent ec223ff commit 107d553

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git://github.com/substack/labeled-stream-splicer.git"
23+
"url": "git://github.com/browserify/labeled-stream-splicer.git"
2424
},
25-
"homepage": "https://github.com/substack/labeled-stream-splicer",
25+
"homepage": "https://github.com/browserify/labeled-stream-splicer",
2626
"keywords": [
2727
"splice",
2828
"stream",

readme.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[stream splicer](https://npmjs.org/package/stream-splicer) with labels
44

5-
[![build status](https://secure.travis-ci.org/substack/labeled-stream-splicer.png)](http://travis-ci.org/substack/labeled-stream-splicer)
5+
[![build status](https://secure.travis-ci.org/browserify/labeled-stream-splicer.png?branch=master)](http://travis-ci.org/browserify/labeled-stream-splicer)
66

77
# example
88

0 commit comments

Comments
 (0)