From 82d5274619279122d4f0c1526761bde124fe5dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Benoist?= Date: Wed, 10 Dec 2025 15:12:27 +0100 Subject: [PATCH] Update GitHub URLs in package.json The URL was wrong. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bbd45d1..991019d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "author": "Joren Broekema", "license": "MIT", "bugs": { - "url": "https://github.com/jorenbroekema/expr-eval-fork/issues" + "url": "https://github.com/jorenbroekema/expr-eval/issues" }, - "homepage": "https://github.com/jorenbroekema/expr-eval-fork#readme" + "homepage": "https://github.com/jorenbroekema/expr-eval#readme" }