lol

clisp default: remove tohl from meta.maintainers list

Because tohl disappeared (last seen 2021-01-28).

+1 -1
+1 -1
pkgs/development/interpreters/clisp/default.nix
··· 99 99 meta = { 100 100 description = "ANSI Common Lisp Implementation"; 101 101 homepage = "http://clisp.cons.org"; 102 - maintainers = with lib.maintainers; [raskin tohl]; 102 + maintainers = with lib.maintainers; [ raskin ]; 103 103 platforms = lib.platforms.unix; 104 104 # problems on Darwin: https://github.com/NixOS/nixpkgs/issues/20062 105 105 broken = stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isAarch64;