picolisp: remove tohl
Because tohl disappeared (last seen 2021-01-28).
This commit is contained in:
parent
0ac80e2b4c
commit
a0ae2b81c0
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue