From 01bde4f1571feed1b7dd67ecc7b5921d65b6930a Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sun, 23 Oct 2022 01:17:38 -0300 Subject: [PATCH] sbcl: remove tohl from meta.maintainers list Because tohl disappeared (last seen 2021-01-28). --- pkgs/development/compilers/sbcl/bootstrap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/sbcl/bootstrap.nix b/pkgs/development/compilers/sbcl/bootstrap.nix index eaf1ff24d3e7..2b22ea2b13c0 100644 --- a/pkgs/development/compilers/sbcl/bootstrap.nix +++ b/pkgs/development/compilers/sbcl/bootstrap.nix @@ -78,7 +78,7 @@ stdenv.mkDerivation rec { description = "Lisp compiler"; homepage = "http://www.sbcl.org"; license = licenses.publicDomain; # and FreeBSD - maintainers = [maintainers.raskin maintainers.tohl]; + maintainers = [ maintainers.raskin ]; platforms = attrNames options; }; }