From 29b3965e748666b300bbe8831322af142caf5480 Mon Sep 17 00:00:00 2001 From: Chiaki Uehira Date: Thu, 10 Mar 2022 12:09:42 +0900 Subject: [PATCH 1/2] Update package.json Information was outdated and has been updated. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f8759f96..c157fb11 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/yaxu/strudel.git" + "url": "git+https://github.com/tidalcycles/strudel.git" }, "keywords": [ "tidalcycles", @@ -20,9 +20,9 @@ "author": "Alex McLean (https://slab.org)", "license": "GPL-3.0-or-later", "bugs": { - "url": "https://github.com/yaxu/strudel/issues" + "url": "https://github.com/tidalcycles/strudel/issues" }, - "homepage": "https://github.com/yaxu/strudel#readme", + "homepage": "https://github.com/tidalcycles/strudel#readme", "devDependencies": { "@tonaljs/tonal": "^4.6.5", "mocha": "^9.1.4", From ab37b80f8b4cec74cc06467bf0a0f3de54a1a5d3 Mon Sep 17 00:00:00 2001 From: Chiaki Uehira Date: Thu, 10 Mar 2022 12:11:17 +0900 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c157fb11..c6e6706c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "bugs": { "url": "https://github.com/tidalcycles/strudel/issues" }, - "homepage": "https://github.com/tidalcycles/strudel#readme", + "homepage": "https://strudel.tidalcycles.org", "devDependencies": { "@tonaljs/tonal": "^4.6.5", "mocha": "^9.1.4",