reflect licence change to AGPL

This commit is contained in:
alex 2022-05-02 21:15:25 +01:00
parent 65fbdba047
commit c23f9b8629
12 changed files with 12 additions and 12 deletions

View file

@ -3,7 +3,6 @@
"version": "0.0.1",
"private": true,
"description": "Port of tidalcycles to javascript",
"main": "strudel.mjs",
"scripts": {
"test": "npm run test --workspaces --if-present && cd repl && npm run test",
"bootstrap": "lerna bootstrap",
@ -27,7 +26,7 @@
"algorave"
],
"author": "Alex McLean <alex@slab.org> (https://slab.org)",
"license": "GPL-3.0-or-later",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/tidalcycles/strudel/issues"
},