From 8a4b75df7bafc254ed88ef7107529a1ffdd3ecfa Mon Sep 17 00:00:00 2001 From: Dario Pranjic <96529060+Knerio@users.noreply.github.com> Date: Sun, 29 Mar 2026 19:37:01 +0200 Subject: [PATCH] Update repository URL in package.json Signed-off-by: Dario Pranjic <96529060+Knerio@users.noreply.github.com> --- ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/package.json b/ts/package.json index 5c5a59b..a095259 100644 --- a/ts/package.json +++ b/ts/package.json @@ -4,7 +4,7 @@ "description": "TypeScript SDK for the hercules action runner", "repository": { "type": "git", - "url": "git+https://github.com/code0-tech/tucana.git" + "url": "git+https://github.com/code0-tech/hercules.git" }, "main": "./dist/index.cjs", "module": "./dist/index.js",