diff --git a/src/bin/platforms/win32.ts b/src/bin/platforms/win32.ts index 95c2697a5..7da16372a 100644 --- a/src/bin/platforms/win32.ts +++ b/src/bin/platforms/win32.ts @@ -146,7 +146,7 @@ export class Win32Installer extends BasePlatform { * This is used to create the Windows Services */ private async downloadNssm(): Promise { - const downloadUrl = `https://github.com/oznu/nssm/releases/download/2.24-101-g897c7ad/nssm_${os.arch()}.exe`; + const downloadUrl = `https://github.com/homebridge/nssm/releases/download/2.24-101-g897c7ad/nssm_${os.arch()}.exe`; const nssmPath = path.resolve(this.hbService.storagePath, 'nssm.exe'); if (await fs.pathExists(nssmPath)) {