From 992877100bfe4844a624eea0ea35f33b5f9cc913 Mon Sep 17 00:00:00 2001 From: Nathan Barrett <7461430+nathanbarrett@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:48:05 -0500 Subject: [PATCH] fix: point stream-labs references at the streamlabs org The stream-labs GitHub namespace is no longer under our control. These references resolve only through GitHub's org-rename redirect, which breaks as soon as a repository with a matching name is created under that namespace. Refs HackerOne #3065731 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c4a562..649e35e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "node-window-rendering", "version": "1.0.0", "main": "main.js", - "repository": "git@github.com:stream-labs/node-window-rendering.git", + "repository": "git@github.com:streamlabs/node-window-rendering.git", "author": "Eddy Gharbi ", "license": "MIT", "dependencies": {