picolisp: remove tohl

Because tohl disappeared (last seen 2021-01-28).
This commit is contained in:
AndersonTorres 2022-10-23 11:35:32 -03:00
parent 0ac80e2b4c
commit a0ae2b81c0

View file

@ -55,8 +55,8 @@ stdenv.mkDerivation rec {
description = "A simple Lisp with an integrated database";
homepage = "https://picolisp.com/";
license = licenses.mit;
maintainers = with maintainers; [ raskin ];
platforms = platforms.all;
maintainers = with maintainers; [ raskin tohl ];
};
passthru = {