diff options
author | B. Watson <urchlay@slackware.uk> | 2022-11-15 17:06:27 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-11-15 17:06:27 -0500 |
commit | 74cf24049dc79387e9a4f865d85ef86f886e8589 (patch) | |
tree | c5c1b169cb64154289cc4a65a8313a31ef7b7fac | |
parent | 5445e30f4ca326275ae2be332f348999c6672be5 (diff) | |
download | dla-asm-74cf24049dc79387e9a4f865d85ef86f886e8589.tar.gz |
Fix email address in README.
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ https://en.wikipedia.org/wiki/Diffusion_limited_aggregation The original version of this was in Atari BASIC, by ChrisTOS. It can be found at https://github.com/ctzio/DLA/ -This assembly version is by B. Watson (urchlay@slackware.com, Urchlay +This assembly version is by B. Watson (urchlay@slackware.uk, Urchlay on libera.chat IRC). The code is licensed under the WTFPL: do WTF you want with it. It's written in 6502 assembly, using the ca65 assembler from the cc65 suite: https://cc65.github.io/ |