From 97568300cbe8281c9238fcdb3679a5d2343a8a7b Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sun, 19 May 2024 00:01:58 +0200 Subject: [PATCH] fix: links --- packages/hs2js/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hs2js/package.json b/packages/hs2js/package.json index 56ad995f..a44a3b09 100644 --- a/packages/hs2js/package.json +++ b/packages/hs2js/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/felixroos/hs2js.git" + "url": "git+https://github.com/tidalcycles/strudel.git" }, "keywords": [ "haskell", @@ -26,7 +26,7 @@ "bugs": { "url": "https://github.com/tidalcycles/strudel/issues" }, - "homepage": "https://github.com/tidalcycles/strudel/tree/main/packages/hs2js", + "homepage": "https://github.com/tidalcycles/strudel", "dependencies": { "web-tree-sitter": "^0.20.8" },