diff --git a/package.json b/package.json index 0d69e1a..d5d73ed 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,6 @@ "name": "tar-stream", "version": "1.1.4", "description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.", - "repository": { - "type": "git", - "url": "git://github.com:mafintosh/tar-stream.git" - }, "author": "Mathias Buus ", "engines": { "node": ">= 0.8.0" @@ -51,5 +47,9 @@ "directories": { "test": "test" }, - "license": "MIT" + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/mafintosh/tar-stream.git" + } }