From e93d594a4c9955e17613ea7a94391ca609e5f94a Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sun, 23 Oct 2022 01:19:49 -0300 Subject: [PATCH] clisp hg: remove tohl from meta.maintainers list Because tohl disappeared (last seen 2021-01-28). --- pkgs/development/interpreters/clisp/hg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/clisp/hg.nix b/pkgs/development/interpreters/clisp/hg.nix index 7b10d2cad0e5..d37f2fbe1e1c 100644 --- a/pkgs/development/interpreters/clisp/hg.nix +++ b/pkgs/development/interpreters/clisp/hg.nix @@ -91,7 +91,7 @@ stdenv.mkDerivation rec { meta = { description = "ANSI Common Lisp Implementation"; homepage = "http://clisp.cons.org"; - maintainers = with lib.maintainers; [raskin tohl]; + maintainers = with lib.maintainers; [ raskin ]; # problems on Darwin: https://github.com/NixOS/nixpkgs/issues/20062 platforms = lib.platforms.linux; };