summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorzlago2025-07-31 19:59:46 +0200
committerzlago2025-07-31 20:03:26 +0200
commitf9d7e5829c714fb0de1912089d320e036972c6ec (patch)
tree3ef3e8056e28368605fc565c8726e19719b3b2de /README.md
parentc3579a3f8784ad49d081dc8347bbcadacc0829a2 (diff)
add bounds checking to organya modulesHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9d00e08..91d706d 100644
--- a/README.md
+++ b/README.md
@@ -22,5 +22,5 @@ just run `make` and the binaries `mu-portaudio` and `mu-SDL2` should be in `out/
## licenses
-- the organya player code is a c port of [organya-js](https://github.com/alula/organya-js) which is licensed under the [3-clause BSD license](https://github.com/alula/organya-js/blob/master/LICENSE)
+- the organya player code is my c port of [organya-js](https://github.com/alula/organya-js) which is licensed under the [3-clause BSD license](https://github.com/alula/organya-js/blob/master/LICENSE)
- everything else in this repository was written by me ([~sylvie on tilde.town](https://tilde.town/~sylvie))