From 1c30cfb55cc0d280c71eec1c1462e067b3214113 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Mon, 25 Nov 2024 14:26:56 -0300 Subject: [PATCH] meta: change repository to nodejs Attempt to solve: https://github.com/nodejs/commit-stream/issues/17 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 040d33a..eedbf91 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,14 @@ }, "repository": { "type": "git", - "url": "https://github.com/rvagg/commit-stream.git" + "url": "https://github.com/nodejs/commit-stream.git" }, "author": "Rod (http://r.va.gg/)", "license": "MIT", "bugs": { - "url": "https://github.com/rvagg/commit-stream/issues" + "url": "https://github.com/nodejs/commit-stream/issues" }, - "homepage": "https://github.com/rvagg/commit-stream", + "homepage": "https://github.com/nodejs/commit-stream", "devDependencies": { "bl": "^6.0.1", "list-stream": "^2.1.0",