From 29b3965e748666b300bbe8831322af142caf5480 Mon Sep 17 00:00:00 2001 From: Chiaki Uehira Date: Thu, 10 Mar 2022 12:09:42 +0900 Subject: [PATCH] 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",