lol

sbcl: remove tohl from meta.maintainers list

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

+1 -1
+1 -1
pkgs/development/compilers/sbcl/bootstrap.nix
··· 78 78 description = "Lisp compiler"; 79 79 homepage = "http://www.sbcl.org"; 80 80 license = licenses.publicDomain; # and FreeBSD 81 - maintainers = [maintainers.raskin maintainers.tohl]; 81 + maintainers = [ maintainers.raskin ]; 82 82 platforms = attrNames options; 83 83 }; 84 84 }